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

  1. Click Deploy to Buildfyio.
  2. Postgres add-on provisioned, DATABASE_URL injected.
  3. python manage.py migrate runs before Gunicorn boots.
  4. Static files served from /static/ via WhiteNoise.

Related