323 B
323 B
BTech Time Tracker
Getting started
Requirements
- install pipenv and run
pipenv installto install dependencies - run
pipenv shellto activate the virtual environment
Django
python manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserver