From 4d79e571ff4cb75cff75befc25dee91e75bace67 Mon Sep 17 00:00:00 2001 From: Mohammed Farhan Date: Thu, 1 Oct 2020 00:11:19 +0530 Subject: [PATCH] Update settings.py --- mediabias/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mediabias/settings.py b/mediabias/settings.py index 9c2890a..d376df2 100644 --- a/mediabias/settings.py +++ b/mediabias/settings.py @@ -20,7 +20,8 @@ # See https://docs.djangoproject.com/en/1.9/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = '1_1$=vq(vo=m=8ysuujr3x89f*t0rtv4^h+(u9%2r9fx*kb#u#' +SECRET_KEY = '' +#removed secret # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True