Django + Celery + Redis + PostgreSQL
Django · Celery · Redis · Postgresql · Python
Django with Celery workers, Redis broker, and PostgreSQL — the standard Django async-task production recipe.
Stack Composition & Component Matrix
API endpoints, business logic & request routing
Persistence, indexes & structured storage
In-memory caching & low-latency store
Core syntax, typing semantics & execution
Constituent architectural module
Related Architectural Stacks
Explore complementary architectures and alternatives in Backend.
Django web framework with PostgreSQL — a default production pairing recommended in Django’s own database docs.
FastAPI API services with PostgreSQL — a high-adoption Python API stack for microservices and ML-adjacent backends.
FastAPI with SQLAlchemy ORM against PostgreSQL — the standard Python async/sync API + ORM combination.