Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-04-06 15:00:42 +02:00
parent 9a2abcbc3c
commit 6f4ce867e6
3 changed files with 14 additions and 1 deletions

View File

@@ -215,7 +215,8 @@ LANGUAGE_COOKIE_NAME = 'wm_lang'
# https://docs.djangoproject.com/en/1.9/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_ROOT = BASE_DIR
#STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, 'static/plots'),]