diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index de0f9951..a916a5f2 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -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')