add HTTPS_REDIRECT_POLICY. Now it's possible to serve in http without forced redirect to https

This commit is contained in:
Eduardo Silva 2024-04-10 15:17:56 -03:00
parent a74d43cf3f
commit ed07ffb2fb
10 changed files with 60 additions and 4 deletions

View file

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