Test task. Simple time tracking web service for tracking your work hours across projects. You can find full test task description (in Russian) here.
- python 3.6
- django 2.2
Create virtual environment and install dependencies with pipenv:
pipenv install
pipenv shellApply migrations and create a user:
cd time_tracker_project
python manage.py migrate
python manage.py createsuperuserpython manage.py runserver python manage.py test