From 008b1b496070d9549707d7dd8c28175692eacf10 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 16:02:08 +0200 Subject: Deploying and WSGI. --- wsgi.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wsgi.py (limited to 'wsgi.py') diff --git a/wsgi.py b/wsgi.py new file mode 100644 index 0000000..49d360e --- /dev/null +++ b/wsgi.py @@ -0,0 +1,5 @@ +# -*- mode: python; -*- + +from app import create_app + +app = create_app() -- cgit v1.2.3