. ├─ .devcontainer/ │ ├─ devcontainer.json # VS Code Dev Container config │ └─ servers.json # Pre-configured connection to PostgreSQL ├─ Data/ # CSV and Excel sample datasets │ ├─ ...
When starting the Django Website from the Vertual Enviroment (.venv) you will notice that Django 5.1.11 will start. Otherwise you can use the Global Django if you have one installed by running: ...