Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 255 Bytes

File metadata and controls

executable file
·
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