Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.Documentation Index
Fetch the complete documentation index at: https://coollabstechnologiesbt.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- Set the base directory where your
requirements.txtandmanage.pyfiles are located.
In the example repository, it is /coolify.
- Add
gunicornto therequirements.txtfile, official docs. - Add
localhostand yourdomaintoALLOWED_HOSTSinsettings.pyfile, official docs.
Localhost is required for health checks to work properly.