Files
tg_autopost/bot/apps.py
2025-08-08 11:37:11 +09:00

7 lines
174 B
Python

from django.apps import AppConfig
class BotConfigApp(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "bot"
verbose_name = "Telegram Bot"