order
All checks were successful
Deploy to Server / deploy (push) Successful in 26s

This commit is contained in:
2026-02-14 00:17:43 +08:00
parent fd1faf002a
commit 4a96a0c2e4
2 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ INSTALLED_APPS = [
'django_filters',
'drf_spectacular', # Swagger文档生成
'drf_spectacular_sidecar',
'adminsortable2',
# 'adminsortable2', # 暂时禁用,改用手动设置
'shop',
'community',
]