AntiPattern
Django Static Entry Misconfig
django-static-entrypoint-mismatch
Django deployments treat process entrypoints and static configuration as if they were equivalent, so migrations/server/worker diverge on settings like STATIC_URL/ROOT and file serving, causing missing assets, broken static page generation, and environment-sensitive failures under DEBUG.