fix: align websocket app configuration

This commit is contained in:
caoqianming 2026-03-19 21:57:19 +08:00
parent 71e91efe29
commit fcfe76bb6d
2 changed files with 3 additions and 2 deletions

View File

@ -3,4 +3,4 @@ from django.apps import AppConfig
class WsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'ws'
name = 'apps.ws'

View File

@ -58,7 +58,8 @@ INSTALLED_APPS = [
'apps.system',
'apps.auth1',
'apps.wf',
'apps.ops'
'apps.ops',
'apps.ws',
]
MIDDLEWARE = [