Django
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Requirements
- Set the base directory where your
requirements.txt
andmanage.py
files are located.
In the example repository, it is
/coolify
.
- Add
gunicorn
to therequirements.txt
file, official docs. - Add
localhost
and yourdomain
toALLOWED_HOSTS
insettings.py
file, official docs.
Localhost
is required for health checks to work properly.