Fix issue at daily report functions.

This commit is contained in:
Eduardo Silva 2024-04-18 09:10:38 -03:00
parent 554bde7a68
commit 89ec66b4ad
2 changed files with 3 additions and 1 deletions

View file

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