Skip to content

narrowfail/timetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Tracker Project

This is a sample time tracking project using Django 100%.

Basic Setup

  1. Create and activate a virtualenv (Python 3)
virtualenv -p python3 venv
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Init database
./manage.py migrate
  1. Create admin user
./manage.py createsuperuser
  1. Collect static files
./manage.py collectstatic --noinput
  1. Run development server (for development only).
./manage.py runserver

Create a Local Settings File

You should create a local_settings.py file in the "timetracker" folder (where settings.py is) and override the default testing config.

About

A time tracker web written in 100% Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published