This commit is contained in:
2025-07-15 19:09:45 +08:00
parent 01e5c9097c
commit 7571792ed5
13 changed files with 115 additions and 4 deletions

6
chat/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ChatConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'chat'