Compare commits

...

1 Commits

Author SHA1 Message Date
ducoterra
8db4d5afed make the button red 2020-05-02 18:08:30 -04:00
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(",")

View File

@@ -22,7 +22,7 @@
<h1 class="title">
The Button
</h1>
<button class="button is-primary" id="BUTTON">Press</button>
<button class="button is-danger" id="BUTTON">Press</button>
</div>
<div><br></div>
<div>