fix change false to False, error sytanx example settings

This commit is contained in:
Jesús 2019-02-04 18:18:05 -05:00
parent 17ab12aa15
commit dd6fb1fc0a
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '8$oylik7o2-dbx+5a77=2a532w8lx&=ofiyv!1bs9a9)0t%6r)'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = false
DEBUG = False
ALLOWED_HOSTS = []