Django Stack
Python web stack with Django, PostgreSQL, Redis, and Celery for background tasks. Batteries-included and production-proven.
Django is Python’s “batteries-included” web framework. The standard production stack pairs Django with:
- PostgreSQL as the primary database (Django’s ORM makes migrations easy)
- Redis for caching (via django-redis) and as a Celery broker
- Celery for background and scheduled tasks
- Gunicorn + Nginx in production, or WhiteNoise for serving static files
- HTMX or React/Vue for dynamic frontend interactions
Django REST Framework (DRF) is commonly added to build REST APIs.
// tools in this stack
// also includes
python
postgresql
redis
$
› edit on github
something wrong or missing?
edit
data/stacks/django.yaml on GitHub