From 91c7a7c5625357f8f34d864555be5f8d4d09a22a Mon Sep 17 00:00:00 2001 From: luff Date: Tue, 25 Feb 2025 12:02:05 +0000 Subject: [PATCH] wsgi --- data.db | Bin 86016 -> 86016 bytes inventory_check/templates/index.html | 6 +----- wsgi.py | 4 +--- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/data.db b/data.db index f0181c4b6eec0978b6f829a251de0405730cd740..8373e6cfe99f8ae38ce8a226ac7027b6d2e1003b 100644 GIT binary patch delta 290 zcmZozz}m2Yb%HeG*@-gFjAt7Ywk9wxlV_UBG@V0%F^-36D)%Ms4cvX)IozJxixe1@ znYiT}^*9)q7>zkN`KRC0W)x#|oW5O&(T<5*cl&oGMl%i;1_lP1iH;KW3XR5Kg^Zm1 z44Wm+Ei*FJGqltNl12vlMizP&2276fjYcrD7&eK6l^B_Vm6+)pndzAs096>mRcwT+ zFbAu!fU7WotJr{KhPj>*&=3otZ9qfx;Y!w{8v<6L(5MSm0d(v1|3FW%FgY?XY?stw He69=t-?~64 delta 278 zcmZozz}m2Yb%HeGv57LyjK>-iwk9wxlV{q_Fr7nzF^-4(GWRC#iQEO;{@l9Tixe1@ znI<+UP2aA>Xvf4Oy8XKnqZvoNe4{Z30~4b$BL@S+W{Gplj7;?mEp>sUk%7LEg`R~0 zlU$<_SOo`A#U^pE3L{gn3Nw8pGd(i{xkf{{f{joG=3oUDFa-v11shOJFalX(1T;b) tu3|m95fBA>Fa^^WC^3q0%QfnP1vohvrvKMw6k}mvU|`uUsl)hO835qQJ$wKF 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