aboutsummaryrefslogtreecommitdiff
path: root/budget/wsgi.py
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-06-28 00:04:47 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-06-28 00:04:47 +0200
commit603ac10d6eb485c9a95f253a14d4967f4aafbfa3 (patch)
treedec2d60bc1a083a363d311994a051b983c4ca55d /budget/wsgi.py
parent2ad4ef5466fa656b26a89d0c59bfd35bf784a76f (diff)
downloadihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.zip
ihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.tar.gz
ihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.tar.bz2
Turn the WSGI file into a python module (#240)
* Turn the WSGI file into a python module * Update conf files to use the new wsgi module Apache and gunicorn now use the same entrypoint * Update Changelog
Diffstat (limited to 'budget/wsgi.py')
-rw-r--r--budget/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/budget/wsgi.py b/budget/wsgi.py
new file mode 100644
index 0000000..66f7a73
--- /dev/null
+++ b/budget/wsgi.py
@@ -0,0 +1 @@
+from run import app as application