mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
staticfiles
This commit is contained in:
parent
031fd6b70a
commit
ad8812ea36
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ if os.environ.get('ENV') == 'PRODUCTION':
|
||||||
|
|
||||||
# Extra places for collectstatic to find static files.
|
# Extra places for collectstatic to find static files.
|
||||||
STATICFILES_DIRS = (
|
STATICFILES_DIRS = (
|
||||||
os.path.join(PROJECT_ROOT, 'static'),
|
os.path.join(PROJECT_ROOT, 'staticfiles'),
|
||||||
)
|
)
|
||||||
|
|
||||||
os.makedirs(STATIC_TMP, exist_ok=True)
|
os.makedirs(STATIC_TMP, exist_ok=True)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue