Django
Django + Postgres
Django 5 with managed Postgres and static hosting.
Django 5 starter with WhiteNoise for static files, Gunicorn as the WSGI server, and a managed Postgres add-on wired via DATABASE_URL.
Includes managed add-ons
postgres — provisioned automatically on first deploy.
Setup
- Click Deploy to Buildfyio.
- Postgres add-on provisioned,
DATABASE_URLinjected. python manage.py migrateruns before Gunicorn boots.- Static files served from
/static/via WhiteNoise.