chore: apply phase 0 review fixes

This commit is contained in:
QiuSW
2026-07-02 10:17:10 +08:00
parent 8896d80447
commit 09811ead5c
18 changed files with 245 additions and 24 deletions
+6 -6
View File
@@ -64,18 +64,18 @@ ALLOWED_HOSTS = env_list("DJANGO_ALLOWED_HOSTS", "127.0.0.1,localhost,testserver
# Application definition
INSTALLED_APPS = [
'rest_framework',
'apps.users',
'apps.portal',
'apps.billing',
'apps.ai',
'apps.api',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
'apps.users',
'apps.portal',
'apps.billing',
'apps.ai',
'apps.api',
]
MIDDLEWARE = [