Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.08 KB

My Time Tracker

A simple time tracker for the MHK crew.

Getting started

Requirements

  • python 3.6.7 or higher (package python3);

Install

Install all the required tools in a virtualenv:

$ make install

Serve

Development environment

To run the application locally in a development environment:

$ make serve

Production environment

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 *

Tech/framework used

Versioning

We use SemVer for versioning. See the CHANGELOG.md file for details.

Contributing

If you'd like to contribute, please raise an issue or fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing

The code in this project is licensed under MIT license. See the LICENSE file for details.

Contributors