Skip to content

Instantly share code, notes, and snippets.

@ashokc
Last active February 16, 2020 19:42
Show Gist options
  • Save ashokc/8c9105ce683d2d94b0859f02c9f97356 to your computer and use it in GitHub Desktop.
Save ashokc/8c9105ce683d2d94b0859f02c9f97356 to your computer and use it in GitHub Desktop.
[uwsgi] more wsgi.py
from quotes import app as application
if __name__ == "__main__":
application.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment