github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/docs/content/users/configuration/experimental.md (about) 1 # Experimental Configurations 2 3 ## `django4` and `python` Project Types 4 5 DDEV v1.22+ supports Python-based projects, including those built with Django 4 and Flask. 6 7 `ddev config --project-type=django4` will by default a project to use the `nginx-gunicorn` `webserver_type` and the `postgres` database type. 8 9 To get started with either one of these Python projects, checkout the [Django 4 Quickstart](../quickstart.md#django-4-experimental) or the [Flask Quickstart](../quickstart.md#pythonflask-experimental). 10 11 Community feedback is essential for Django/Python support to improve, thank you for participating!