aboutsummaryrefslogtreecommitdiff
blob: 1cd7ff2e777438a9e2f10782d5aa55ef1771e290 (plain) (blame)
1
2
3
4
5
6
from django.apps import AppConfig


class BotConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'bot'
Powered by cgit v1.2.3 (git 2.41.0)