(.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 ...
django-notes-app/ ├── Dockerfile # Django app container ├── docker-compose.yml # Orchestrates all 3 containers ├── .dockerignore # Excludes heavy folders from build context ├── .gitignore # Excludes ...