diff --git a/data.db b/data.db index f0181c4..8373e6c 100644 Binary files a/data.db and b/data.db differ diff --git a/inventory_check/templates/index.html b/inventory_check/templates/index.html index 337ac1f..daa21de 100644 --- a/inventory_check/templates/index.html +++ b/inventory_check/templates/index.html @@ -1,11 +1,7 @@ {% extends 'base.html' %} {% block content %} -
messages - - - -
+
diff --git a/wsgi.py b/wsgi.py index e96b413..b57836e 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,3 +1 @@ -from inventory_check import app - -app = app('production') \ No newline at end of file +from inventory_check import app as application