Important notifications over Telegram and/or WhatsApp (Callmebot)

This commit is contained in:
Eduardo Silva 2024-04-17 14:17:37 -03:00
parent 034bc7057b
commit 795478741a
6 changed files with 254 additions and 9 deletions

View file

@ -141,6 +141,6 @@ STATICFILES_DIRS = [
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
MEDIA_ROOT = '/var/lib/routerfleet/'
ROUTERFLEET_VERSION = 7013
ROUTERFLEET_VERSION = 7015
from routerfleet.production_settings import *