diff options
Diffstat (limited to 'example_project/local_settings.py.sample')
| -rw-r--r-- | example_project/local_settings.py.sample | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 5a7550d9a..4c07f7152 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -4,6 +4,7 @@  # rename this file to local_settings.py and overload settings in this file  # Make this string unique, and don't share it with anybody. +# Don't leave it empty  SECRET_KEY = ''  ADMINS = ( | 
