It's very simple. Just follow these instructions: http://milocast.com/flasknginx.html
Instead of the final line (gunicorn filename:appname -b 127.0.0.1:9999), use this: ./manage.py run_gunicorn -b 127.0.0.1:9999 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOzwKwF2W7CyVxQSwAQ3AXhq%3DWTXMsufk%2BnDcJ3ZdL7wa40FjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

