Source code for chat.apps

from django.apps import AppConfig


[docs] class ChatConfig(AppConfig): default_auto_field = 'django_mongodb_backend.fields.ObjectIdAutoField' name = 'chat'