login and account creation now works using database

This commit is contained in:
2024-08-25 15:22:37 +02:00
parent 9b563d4855
commit e6e95de5ea
13 changed files with 42 additions and 48 deletions

View File

@ -14,10 +14,10 @@ from django.urls import path
from django.core.asgi import get_asgi_application
from channels.sessions import SessionMiddlewareStack
from .websocket import WebsocketHandler
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'server.settings')
from .websocket import WebsocketHandler
django = get_asgi_application()
application = ProtocolTypeRouter({