Created
January 7, 2017 08:39
-
-
Save suryakencana007/0bc9032132f3e69035c951586b0b44da to your computer and use it in GitHub Desktop.
call for INI file at testing
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
from pyramid.paster import get_appsettings | |
settings = get_appsettings('test.ini', name='main') | |
app = main(settings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment