Skip to content

Instantly share code, notes, and snippets.

@ivanrvpereira
Created February 28, 2013 16:20
Show Gist options
  • Save ivanrvpereira/5057922 to your computer and use it in GitHub Desktop.
Save ivanrvpereira/5057922 to your computer and use it in GitHub Desktop.
Flask + flask-empty + Application factories + uwsgi + ngnix
from main import app_factory
import config
app = app_factory(config.Dev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment