Message sent history

This commit is contained in:
Eduardo Silva 2024-04-25 10:32:21 -03:00
parent 2edae835ad
commit 33a959b95d
8 changed files with 91 additions and 15 deletions

View file

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