Added ASGI server for websocket using the sample chat application as starting point

This commit is contained in:
2022-04-02 19:30:58 +02:00
parent 13cc1c3f57
commit 5cf49b7d47
17 changed files with 209 additions and 14 deletions

3
booker/models.py Normal file
View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.