uchat / bot /apps.py
Last commit not found
raw
history blame
138 Bytes
from django.apps import AppConfig
class BotConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'bot'