settings
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user