correct the settings for the production server

This commit is contained in:
Andreas Zweili 2018-01-13 08:31:18 +01:00
parent 5c9a8bec1a
commit b31133b5b2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '(#4#-$$&mx7(%q+6&&@-c&g%i0dc4)zfks1%sy8b%lsxspou&%'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = [
'localhost',