From 73ca3f00a740e9b077d939e2604e5171df2d2b07 Mon Sep 17 00:00:00 2001 From: April Xie Date: Tue, 25 Aug 2020 19:03:26 -0700 Subject: [PATCH] removed key --- backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/settings.py b/backend/settings.py index 8f47f3e..e576ea0 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -28,7 +28,7 @@ # See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 'wbeu_4f-oumj0^12@0p4#$wa!6t1ukawc5h8_0x%qg1&l&(u0c' +SECRET_KEY = get_env_variable('SECRET_KEY') # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True