From 75eba6fe02babf4a4e86997578e2caf9f7ba828e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 14 Apr 2017 19:37:35 +0200 Subject: Django 1.8: fix import errors, deprecation warnings and models warnings --- example_project/local_settings.py.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/local_settings.py.sample') 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 = ( -- cgit v1.2.3