announce on telegram

This commit is contained in:
j 2023-08-16 17:21:32 +02:00
commit a569dde23b
11 changed files with 62 additions and 7 deletions

6
app/telegrambot/apps.py Normal file
View file

@ -0,0 +1,6 @@
from django.apps import AppConfig
class TelegrambotConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.telegrambot"