diff --git a/config/settings.py b/config/settings.py index aeb33f8..56e8a24 100644 --- a/config/settings.py +++ b/config/settings.py @@ -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(",") diff --git a/ui/templates/ui/button.html b/ui/templates/ui/button.html index a3e1b9e..b5b404f 100644 --- a/ui/templates/ui/button.html +++ b/ui/templates/ui/button.html @@ -22,7 +22,7 @@

The Button

- +