AntiPattern
Misrouted Django Static Files
static-files-path-mismatch
Static assets fail to load because Django/cPanel build-time paths, storage settings, and Nginx location routing disagree, so requests to /static resolve to the wrong mount or directory and 404s or wrong content surface.