From cb70d3b75a60d04d73ac2ca6276334774e9f695a Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 18 Mar 2021 23:10:22 +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 01367db1..6cfaf141 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 STATIC_URL = '/static/' STATIC_ROOT = 'static/'