调整statis

This commit is contained in:
caoqianming 2021-03-26 16:08:57 +08:00
parent a3c6be5ada
commit 22589f8d4f
1 changed files with 0 additions and 1 deletions

View File

@ -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')