---
title: "Monitor Django sites"
canonical: "https://lemwatch.com/monitor/django"
framework: "Django"
last_verified: "2026-08-11"
source: "https://lemwatch.com"
---

# Monitor Django sites

Uptime, Celery health, and 500-rate monitoring for Django sites.

## Common failure modes

- ALLOWED_HOSTS misconfig after custom domain switch (DisallowedHost)
- Celery worker idle while tasks pile up in Redis
- Static files 404 because collectstatic skipped in CI

## Typical hosts

- Render
- Heroku
- Railway
- self-hosted gunicorn

## How we fingerprint this stack

csrfmiddlewaretoken hidden input and sessionid cookie

_Canonical HTML page: https://lemwatch.com/monitor/django_
