new
All checks were successful
Deploy to Server / deploy (push) Successful in 27s

This commit is contained in:
2026-02-14 00:11:45 +08:00
parent f13d921625
commit fd1faf002a

View File

@@ -44,6 +44,7 @@ INSTALLED_APPS = [
'django_filters',
'drf_spectacular', # Swagger文档生成
'drf_spectacular_sidecar',
'adminsortable2',
'shop',
'community',
]