Skip to content

Commit f92a9f4

Browse files
authored
Change the "secret" key to PLACEHOLDER
1 parent f47b631 commit f92a9f4

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)