setting false
This commit is contained in:
parent
8465345a03
commit
439a5fabc3
|
|
@ -124,7 +124,7 @@ CORS_ORIGIN_ALLOW_ALL = True
|
|||
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATICFILES_DIRS =[os.path.join(BASE_DIR, 'static'), os.path.join(BASE_DIR, 'dist/static')]
|
||||
STATICFILES_DIRS =[os.path.join(BASE_DIR, 'dist/static')]
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
|
|
|||
Loading…
Reference in New Issue