调整statis
This commit is contained in:
parent
a3c6be5ada
commit
22589f8d4f
|
|
@ -125,7 +125,6 @@ CORS_ORIGIN_ALLOW_ALL = True
|
|||
|
||||
STATIC_URL = '/api/static/'
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
STATICFILES_DIRS =[os.path.join(BASE_DIR, 'static')]
|
||||
|
||||
MEDIA_URL = '/media/'
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
||||
|
|
|
|||
Loading…
Reference in New Issue