Skip to content

myhumankit/mytimetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple time tracker for the MHK crew.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published