From ecdb43dd1f714691459b7819e47f9cfabced0622 Mon Sep 17 00:00:00 2001 From: Ruth-ikegah Date: Thu, 17 Sep 2020 21:49:52 +0100 Subject: [PATCH] Updated Signed-off-by: Ruth-ikegah --- my_site/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_site/settings.py b/my_site/settings.py index 3a4839b..e935247 100644 --- a/my_site/settings.py +++ b/my_site/settings.py @@ -20,7 +20,7 @@ # See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = os.environ.get('SECRET_KEY') +SECRET_KEY = 'y4f$wdh5wr)=%yl_fxdeg2w2u^pk(47n^jdv&o$41a1ixpk)5_' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False