A simple time tracker for the MHK crew.
- python 3.6.7 or higher (package python3);
Install all the required tools in a virtualenv:
$ make install
To run the application locally in a development environment:
$ make serve
Create a new file named production.py
in myworkshop/settings
and write your production settings in it.
Edit myworkshop/settings/__init__.py
:
from .production import *
We use SemVer for versioning. See the CHANGELOG.md file for details.
If you'd like to contribute, please raise an issue or fork the repository and use a feature branch. Pull requests are warmly welcome.
The code in this project is licensed under MIT license. See the LICENSE file for details.
- Julien Lebunetel - jlebunetel