- create and activate venv with CSB packages; install packages if needed (if you installed these outside of a venv during the course you don't need to do this part)
python -m venv venv
source venv/bin/activate
python3 -m pip install django requests
- enter the directory with manage.py
- run
python manage.py makemigrations pages - run
python manage.py migrate - run
python manage.py runserver - go to http://localhost:8080/