Include project static directory for manifest assets
This commit is contained in:
@@ -153,6 +153,7 @@ LANGUAGES = [
|
|||||||
LOCALE_PATHS = [str(BASE_PATH / "locale")]
|
LOCALE_PATHS = [str(BASE_PATH / "locale")]
|
||||||
|
|
||||||
STATIC_ROOT = str(BASE_PATH / "static")
|
STATIC_ROOT = str(BASE_PATH / "static")
|
||||||
|
STATICFILES_DIRS = [str(BASE_PATH / "mandelstudio" / "static")]
|
||||||
MEDIA_ROOT = str(BASE_PATH / "media")
|
MEDIA_ROOT = str(BASE_PATH / "media")
|
||||||
PRIVATE_MEDIA_ROOT = str(BASE_PATH / "private")
|
PRIVATE_MEDIA_ROOT = str(BASE_PATH / "private")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user