path

Search

You can find the results of your search below.

docs
5 Hits, Last modified:
None) </code> Create new router node <code> cd /path/ crossbar init --template default </code> .cross... "router", "options": { "pythonpath": [".."] }, "manhole": { ... ate wsgi.py in same folder as setup.py <code> ini_path = '../development.ini' from pyramid.paster import get_app, setup_logging setup_logging(ini_path) application = get_app(ini_path, 'main') </code>