From ad9b916cfd7a348550490ede4d0a021fc7a2b3e1 Mon Sep 17 00:00:00 2001 From: Dave Taniguchi Date: Mon, 19 Aug 2019 14:53:28 -0700 Subject: [PATCH] Change secret key so it's clearer that it needs to be changed --- samples/python_django/13.core-bot/bots/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/python_django/13.core-bot/bots/settings.py b/samples/python_django/13.core-bot/bots/settings.py index 7d7079704..99fd265c7 100644 --- a/samples/python_django/13.core-bot/bots/settings.py +++ b/samples/python_django/13.core-bot/bots/settings.py @@ -23,7 +23,7 @@ # See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = "q8)bznhagppa$5^_0v8#pm@2)j2@-wh-6waq$hhks5&jw#a7*v" +SECRET_KEY = "My Secret Key" # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True