Add wsgi support
Created by: slifty
It may be overkill, but flask recommends using WSGI for production environments.
We can support this fairly easily by adding a wsgi.py file, adding gunicorn to pip, and throwing a section in our documentation.
Created by: slifty
It may be overkill, but flask recommends using WSGI for production environments.
We can support this fairly easily by adding a wsgi.py file, adding gunicorn to pip, and throwing a section in our documentation.