diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 19:37:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 19:37:35 +0200 |
commit | 75eba6fe02babf4a4e86997578e2caf9f7ba828e (patch) | |
tree | 251c730e3bfe366c66d495838a8dc0765003b627 /example_project/local_settings.py.sample | |
parent | 938270b76b0526ba9bcb063a58a80d1a2e5796ec (diff) | |
download | Ishtar-75eba6fe02babf4a4e86997578e2caf9f7ba828e.tar.bz2 Ishtar-75eba6fe02babf4a4e86997578e2caf9f7ba828e.zip |
Django 1.8: fix import errors, deprecation warnings and models warnings
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 = ( |