[WIP] add user notifications and text templates
All checks were successful
/ test (push) Successful in 54s

This commit is contained in:
j3d1 2024-11-17 00:35:45 +01:00
parent f7fda52fd0
commit ba031a3204
22 changed files with 750 additions and 28 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 }}