update. 优化搜索功能

This commit is contained in:
2026-04-02 19:33:04 +08:00
parent 89ac81e07d
commit 2595294116
10 changed files with 140 additions and 37 deletions
+3 -3
View File
@@ -214,6 +214,9 @@ STATICFILES_DIRS = (
os.path.join(os.path.join(BASE_DIR, 'static')),
)
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# 日志配置
LOGGING = {
'version': 1, # 版本
@@ -293,9 +296,6 @@ CKEDITOR_CONFIGS = {
'width': '100%',
},
}
STATIC_URL = '/static/'
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
customColorPalette = [
{