[WIP] add user notifications and text templates

This commit is contained in:
j3d1 2024-11-17 00:35:45 +01:00
parent 2c609427ec
commit b3f107d596
24 changed files with 771 additions and 46 deletions

View file

@ -13,3 +13,5 @@ STATIC_ROOT=/var/www/c3lf-sys3/staticfiles
ACTIVE_SPAM_TRAINING=True
DEBUG_MODE_ACTIVE={{ debug_mode_active }}
DJANGO_SECRET_KEY={{ django_secret_key }}
TELEGRAM_GROUP_CHAT_ID={{ telegram_group_chat_id }}
TELEGRAM_BOT_TOKEN={{ telegram_bot_token }}