Update playing music logic

This commit is contained in:
2024-11-18 13:56:02 +11:00
parent b92cb4408a
commit f299874daa
5 changed files with 165 additions and 25 deletions
+2 -1
View File
@@ -68,10 +68,11 @@ DATABASES = {
}
# 静态文件设置
STATIC_EXTRA_DIR = 'static'
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, STATIC_EXTRA_DIR),
]
# 默认自动字段类型