feat: 修改settings的dist static
This commit is contained in:
parent
8a4db4911f
commit
90774ebd8d
|
@ -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/'
|
||||
|
|
Loading…
Reference in New Issue