diff options
author | Muriithi Frederick Muriuki | 2018-02-05 15:38:26 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-02-05 15:38:26 +0300 |
commit | 93f6d69691d109ba4090c2eba82a72df13fbb060 (patch) | |
tree | 301d62706082e3b76f84fd4b69bf76a8591d5c47 /wqflask/wsgi.py | |
parent | afaea1b1297d0cf08565746799d2900a6981823a (diff) | |
parent | 4ae2d548127eeeaa7cec0baf1b788005b5e8e51d (diff) | |
download | genenetwork2-93f6d69691d109ba4090c2eba82a72df13fbb060.tar.gz |
Merge remote-tracking branch 'origin/testing' into testing
Diffstat (limited to 'wqflask/wsgi.py')
-rw-r--r-- | wqflask/wsgi.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wqflask/wsgi.py b/wqflask/wsgi.py new file mode 100644 index 00000000..be9c7b37 --- /dev/null +++ b/wqflask/wsgi.py @@ -0,0 +1,4 @@ +from run_gunicorn import app as application # expect application as a name + +if __name__ == "__main__": + application.run() |