Files
tg_autopost/bot/apps.py
2025-08-08 09:23:57 +09:00

7 lines
138 B
Python

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