Timezone applied to all containers

This commit is contained in:
Eduardo Silva 2024-04-12 15:46:36 -03:00
parent f364913ebb
commit 0378a37d23
5 changed files with 31 additions and 6 deletions

View file

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