settings
This commit is contained in:
@@ -146,9 +146,11 @@ STATIC_URL = "/static/"
|
|||||||
|
|
||||||
STATIC_ROOT = BASE_DIR / "staticfiles"
|
STATIC_ROOT = BASE_DIR / "staticfiles"
|
||||||
|
|
||||||
STATICFILES_STORAGE = (
|
STORAGES = {
|
||||||
"whitenoise.storage.CompressedManifestStaticFilesStorage"
|
"staticfiles": {
|
||||||
)
|
"BACKEND": "whitenoise.storage.CompressedStaticFilesStorage",
|
||||||
|
},
|
||||||
|
}
|
||||||
MEDIA_URL = "/media/"
|
MEDIA_URL = "/media/"
|
||||||
|
|
||||||
MEDIA_ROOT = "/app/media"
|
MEDIA_ROOT = "/app/media"
|
||||||
|
|||||||
Reference in New Issue
Block a user