chat qo'shildi
This commit is contained in:
9
core/apps/chat/apps.py
Normal file
9
core/apps/chat/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ModuleConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "core.apps.chat"
|
||||
|
||||
def ready(self):
|
||||
import core.apps.chat.signals # noqa
|
||||
Reference in New Issue
Block a user