timetracker/README.md
2021-02-09 17:26:38 -07:00

323 B

BTech Time Tracker

Getting started

Requirements

  • install pipenv and run pipenv install to install dependencies
  • run pipenv shell to activate the virtual environment

Django

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver