From e2817582815596db0e6a97d3f2a048dd4ac2ff32 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 18 Mar 2021 23:09:46 +0000 Subject: [PATCH] . --- rad/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rad/settings.py b/rad/settings.py index c579f520..01367db1 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -148,6 +148,8 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/1.11/howto/static-files/ +SECURE_SSL_REDIRECT = True + STATIC_URL = '/static/' STATIC_ROOT = 'static/'