From 1ae8007ab1c5274e78fe5c7e197d1e9ea12b442d Mon Sep 17 00:00:00 2001 From: Puneeth Reddy H C Date: Thu, 7 Nov 2019 19:57:38 +0530 Subject: [PATCH] Update settings.py --- api/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/settings.py b/api/settings.py index bd392b9..40087a2 100644 --- a/api/settings.py +++ b/api/settings.py @@ -20,7 +20,7 @@ # See https://docs.djangoproject.com/en/2.0/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = os.environ['SECRET_KEY'] +SECRET_KEY = '0m-jjn-m7o5g5hu!iy$f6peaj+wx(^@skd0mhz8zbksz6ghb^)' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False @@ -123,4 +123,4 @@ # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/2.0/howto/static-files/ -STATIC_URL = '/static/' \ No newline at end of file +STATIC_URL = '/static/'