Import tool

This commit is contained in:
Eduardo Silva 2024-07-10 19:03:38 -03:00
parent 083649795a
commit 945db4484b
3 changed files with 110 additions and 11 deletions

View file

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