summaryrefslogtreecommitdiff
path: root/wsgi.py
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-03-22 17:04:43 -0500
committerBlaise Thompson <blaise@untzag.com>2020-03-22 17:04:43 -0500
commit66d05cb7d012843a6dec0ea72d9af720ac650151 (patch)
tree87399109e5113f465cd9970e848bc06611215976 /wsgi.py
parentbf06052842c23078fb126c6e06f24f0451936e92 (diff)
Diffstat (limited to 'wsgi.py')
-rw-r--r--wsgi.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/wsgi.py b/wsgi.py
new file mode 100644
index 0000000..31b98ac
--- /dev/null
+++ b/wsgi.py
@@ -0,0 +1,6 @@
+from shopdb import app
+
+app = app.app
+
+if __name__ == "__main__":
+ app.run()