mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16: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.
|
||||
STATICFILES_DIRS = (
|
||||
os.path.join(PROJECT_ROOT, 'static'),
|
||||
os.path.join(PROJECT_ROOT, 'staticfiles'),
|
||||
)
|
||||
|
||||
os.makedirs(STATIC_TMP, exist_ok=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue