Backend Overview¶
Responsibilities¶
What the backend is responsible for.
Key building blocks¶
- Django apps
- DRF APIs (if used)
- Background tasks (Celery / RQ / etc.)
- Integration points
Request lifecycle¶
Document middleware, authentication, permissions, and logging.