Interface tweaks

This commit is contained in:
Mike Young
2019-11-29 22:09:11 -05:00
parent df840557b1
commit 4950c8f9d6
5 changed files with 6 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = "@(9b9jslgg41u1u=mr)-2*-n2x0vef0zsy39*z@sz18&tvow18"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ["*"]