Skip to content

Commit 9417a7c

Browse files
committed
fix static files?
1 parent 8d32028 commit 9417a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
STATIC_URL = "/static/"
258258
STATIC_ROOT = BASE_DIR / "static"
259259

260-
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
260+
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
261261

262262
# Default primary key field type
263263

0 commit comments

Comments
 (0)