mirror of
https://github.com/evgen-app/hackbot.git
synced 2024-12-04 13:53:43 +03:00
7 lines
153 B
Python
7 lines
153 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ChatModelsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'chat_models'
|