Remove whitenoise compression storage
This commit is contained in:
@ -217,10 +217,6 @@ STATIC_URL = "static/"
|
|||||||
STATIC_ROOT = os.getenv(
|
STATIC_ROOT = os.getenv(
|
||||||
"VROBBLER_STATIC_ROOT", os.path.join(PROJECT_ROOT, "static")
|
"VROBBLER_STATIC_ROOT", os.path.join(PROJECT_ROOT, "static")
|
||||||
)
|
)
|
||||||
if not DEBUG:
|
|
||||||
STATICFILES_STORAGE = (
|
|
||||||
"whitenoise.storage.CompressedManifestStaticFilesStorage"
|
|
||||||
)
|
|
||||||
|
|
||||||
MEDIA_URL = "/media/"
|
MEDIA_URL = "/media/"
|
||||||
MEDIA_ROOT = os.getenv(
|
MEDIA_ROOT = os.getenv(
|
||||||
|
|||||||
Reference in New Issue
Block a user