Timezone configuration, cron monitoring and backup debug information

This commit is contained in:
Eduardo Silva 2024-04-05 22:11:08 -03:00
parent c5307ee1ee
commit 0714eff28a
9 changed files with 97 additions and 8 deletions

View file

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