feat: 修改settings的dist static

This commit is contained in:
caoqianming 2023-08-30 11:46:36 +08:00
parent 8a4db4911f
commit 90774ebd8d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'vuedist/static'),
os.path.join(BASE_DIR, 'dist/static'),
)
MEDIA_URL = '/media/'