Files
account_store/ChatServiceApp/apps.py
SDE fafe645f37 0.1.0
ChatServiceApp
2023-07-31 14:35:31 +03:00

7 lines
160 B
Python

from django.apps import AppConfig
class ChatserviceappConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'ChatServiceApp'