Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 255 Bytes

File metadata and controls

16 lines (11 loc) · 255 Bytes

doecker

##create a virtual environment
    python -m venv env

python manage.py makemigrations main
python manage.py migrate auth
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Use Python Version 3.8.0