Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-11-25 13:20:31 +01:00
parent 32035a6efd
commit 8b46d8a1e4

View File

@@ -224,8 +224,8 @@ STATIC_URL = '/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'),]
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static/plots'),]
# os.path.join(BASE_DIR, 'static'),
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')