staticfiles

This commit is contained in:
Ruidy Nemausat 2019-12-03 20:48:41 +01:00
parent 031fd6b70a
commit ad8812ea36

View file

@ -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)