Add Gunicorn entry point

This commit is contained in:
Dominik V. Salonen 2016-02-01 11:29:47 +01:00
parent 564adde040
commit a9b69265f1
1 changed files with 4 additions and 0 deletions

4
wsgi.py Normal file
View File

@ -0,0 +1,4 @@
from run import app
if __name__ == "__main__":
app.run()