This is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.
Start the app in production like this:
flask db upgrade && flask translate compile && gunicorn microblog:app
Start the worker like this:
rq worker microblog-tasks