- create an environment
python3 -m venv venv - run the environment
source venv/bin/activate - install requirement files
python3 -m pip install -r requirements.txt - make migrations
python3 manage.py makemigrstionspython3 manage.py migrate - go http:\127.0.0.1:8000
- run
python3 manage.py createsuperuser