Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 393 Bytes

README.rst

File metadata and controls

18 lines (12 loc) · 393 Bytes

projectcounter

Info:A Django web tool to calculate developpement's time of your projects
Author: Benoît Bar (http://github.com/benoitbar, http://www.scopart.fr/)

Get started

First, you must download dependencies

pip install -r requirements.txt

Then run the django server

python manage.py runserver

Or deploy it into your server