Archived
1
0

make secret_key "changeme" by default to encourage people to change it

This commit is contained in:
Jeff Becker 2016-11-07 09:56:58 -05:00
parent 6eefd675e6
commit 78dccbfd61
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -20,8 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '%2!hvzm=5$(##&cplgh*3fn&rlmvn+$8^@q8z7!p-vazpr*bjy'
SECRET_KEY = 'changeme'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True