fix: align websocket app configuration
This commit is contained in:
parent
71e91efe29
commit
fcfe76bb6d
|
|
@ -3,4 +3,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
class WsConfig(AppConfig):
|
class WsConfig(AppConfig):
|
||||||
default_auto_field = 'django.db.models.BigAutoField'
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
name = 'ws'
|
name = 'apps.ws'
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,8 @@ INSTALLED_APPS = [
|
||||||
'apps.system',
|
'apps.system',
|
||||||
'apps.auth1',
|
'apps.auth1',
|
||||||
'apps.wf',
|
'apps.wf',
|
||||||
'apps.ops'
|
'apps.ops',
|
||||||
|
'apps.ws',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue