From 7cba1e5dea97827cf288683fd41ca20344b8d4eb Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sun, 27 Mar 2022 20:59:51 +0200 Subject: [PATCH] Add wsgi.py for Apache --- htmx/wsgi.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 htmx/wsgi.py diff --git a/htmx/wsgi.py b/htmx/wsgi.py new file mode 100644 index 0000000..e13c02e --- /dev/null +++ b/htmx/wsgi.py @@ -0,0 +1 @@ +from app import app as application