A Django 6 application scaffolded to run on Azure Web App.
- Create and activate the virtual environment:
python -m venv .venv .\.venv\Scripts\Activate.ps1 - Install dependencies:
python -m pip install -r requirements.txt
- Run migrations and start the development server:
python manage.py migrate python manage.py runserver
runtime.txtselectspython-3.14Procfilestarts the app with Gunicornrequirements.txtcontains the production dependencies