make secret_key "changeme" by default to encourage people to change it
This commit is contained in:
parent
6eefd675e6
commit
78dccbfd61
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user