fix: use plain StaticFilesStorage in dev settings #11
Reference in New Issue
Block a user
Delete Branch "fix/dev-static-files"
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. Dev containers never run it so every static asset 404s — no CSS, no images.Fix: override to
StaticFilesStorageindevelopment.py.Pull request closed