A django website that displays an html page. Used in TTÜ advanced python class. This was developed live duringa lecture and is not well documented or include step by step instructions.
If you are looking for a django tutorial with step by step instructions and code examples, this one is good.
create a virtual environment with virtualenv -p python3 venv
Use the virtual environment with the command source venv/bin/activate
install packages with pip install -r requirements.txt
then run the migrations with python manage.py migrate
change current working directory to project
. Run python manage.py runserver