Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/python_django/13.core-bot/bots/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down