Skip to content

Commit 95b130b

Browse files
author
Greg Van Liew
authored
Merge pull request #20 from brettcannon/patch-1
Change the "secret" key to `PLACEHOLDER`
2 parents f47b631 + f92a9f4 commit 95b130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
2020

2121
# SECURITY WARNING: keep the secret key used in production secret!
22-
SECRET_KEY = '6cskd7@vosz+^h5org$_jjq)l$ai-05q8-g^^$tdb$x*ud7e0='
22+
SECRET_KEY = 'PLACEHOLDER'
2323

2424
# SECURITY WARNING: don't run with debug turned on in production!
2525
DEBUG = True

0 commit comments

Comments
 (0)