Improved multiple backup js

This commit is contained in:
Eduardo Silva 2025-02-05 16:49:59 -03:00
parent 5d07a8e8ce
commit 217e271cd4
3 changed files with 84 additions and 64 deletions

View file

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