aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/wsgi.py')
-rw-r--r--ihatemoney/wsgi.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ihatemoney/wsgi.py b/ihatemoney/wsgi.py
new file mode 100644
index 0000000..d537568
--- /dev/null
+++ b/ihatemoney/wsgi.py
@@ -0,0 +1,3 @@
+from ihatemoney.run import create_app
+
+application = create_app()