fix: 修复列管理的问题

This commit is contained in:
猿小天
2023-10-19 16:10:05 +08:00
parent 996d644d9b
commit 075d457dc7
5 changed files with 13 additions and 9 deletions

View File

@@ -44,6 +44,9 @@ DEBUG = locals().get("DEBUG", True)
ALLOWED_HOSTS = locals().get("ALLOWED_HOSTS", ["*"])
# Application definition
CUSTOM_APPS = [
"dvadmin.system",
]
INSTALLED_APPS = [
"django.contrib.auth",