Created
June 24, 2009 23:04
-
-
Save inklesspen/135577 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_CONFIG = "/path/to/production.ini" | |
from paste.deploy import loadapp | |
wsgi_app = loadapp("config:" + APP_CONFIG) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment