We're creating the virtualenv using Python 3.10 (--python=/usr/bin/python3.10`), although Cookiecutter Django generates a project for Python 3.12. This is because, at ...
(.myvirtualenv) pip install python-dotenv=0.20.0 (.myvirtualenv) pip install Django=5.1.11 (.myvirtualenv) cd ../ When starting the Django Website from the Virtual Enviroment (.venv) you will notice ...