From cd30e7c26d6d140f716af1c77c9edb235a7edca0 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 18 Mar 2021 23:17:16 +0000 Subject: [PATCH] . --- rad/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rad/settings.py b/rad/settings.py index c02da0e1..7a7b9337 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -148,7 +148,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.11/howto/static-files/ -#SECURE_SSL_REDIRECT = True +SECURE_SSL_REDIRECT = True SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') STATIC_URL = '/static/'