Skip to content

yarokifor/TimeTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To quickly get this up and running

cd to TimeTracker

virtualenv -p python3 venv

source venv/bin/activate

(venv) pip install -r requirements.txt

(create a hours/local_settings.py file with proper credentials -- see hours/local_settings.py.example)

(venv) python ./manage.py makemigrations

(venv) python ./manage.py migrate

(venv) python ./manage.py runserver

If you need to create a new superuser

(venv) python ./manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published