make the button red

This commit is contained in:
ducoterra
2020-05-02 18:08:30 -04:00
parent f45e289ed8
commit 8db4d5afed
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ SECRET_KEY = os.getenv("SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True if os.getenv("DEBUG") == "True" else False
LOGGING_CONFIG = None
ALLOWED_HOSTS = os.getenv("ALLOWED_HOSTS", "localhost").split(",")