first push

This commit is contained in:
2026-02-01 16:40:43 +03:30
commit 06014b267f
22 changed files with 656 additions and 0 deletions

5
chat/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ChatConfig(AppConfig):
name = 'chat'