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:
-
Activate virtual environment by running
source {venv-name}/bin/activate
. If your virtual environment's name isdjango-env
, runsource django-env/bin/activate
. -
Spin up the server by running
python manage.py runserver
. This will set up a port on http://127.0.0.1.8000/. -
Create a user with an email and password.
-
Log in to track time entries with notes for each time entry.