fix: use plain StaticFilesStorage in dev settings #10
Reference in New Issue
Block a user
Delete Branch "fix/seed-default-site"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CompressedManifestStaticFilesStorage(set in base.py) requirescollectstaticto have been run first. Dev containers never run collectstatic so every static asset 404s — no CSS, no images, nothing.Fix: override to
StaticFilesStorageindevelopment.pyso Django serves files directly fromSTATICFILES_DIRSand app static directories without needing a manifest.71d0e71834tof950e3cd5e