Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 716 Bytes

Worktracker

A personal project for tracking remote work hours using Django.

This is a development app and not in production. You must install Python and Django and create a virtual environment.

To run in shell:

  1. Activate virtual environment by running source {venv-name}/bin/activate. If your virtual environment's name is django-env, run source django-env/bin/activate.

  2. Spin up the server by running python manage.py runserver. This will set up a port on http://127.0.0.1.8000/.

  3. Create a user with an email and password.

  4. Log in to track time entries with notes for each time entry.