static
This commit is contained in:
parent
d219c41bd9
commit
17a6ef67e6
|
|
@ -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, 'dist/static')]
|
||||
STATICFILES_DIRS =[os.path.join(BASE_DIR, 'static'), os.path.join(BASE_DIR, 'dist/static')]
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
|
|
|||
Loading…
Reference in New Issue