mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Update playing music logic
This commit is contained in:
+2
-1
@@ -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),
|
||||
]
|
||||
|
||||
# 默认自动字段类型
|
||||
|
||||
Reference in New Issue
Block a user