Re: [pylons-discuss] Starting pyramid with a script and terminate

2014-03-20 Thread Eric Hanchrow
I am not quite sure what you're looking for, but maybe prequest is it: it runs your code to handle a single request (which you specify at the command line). On Tue, Mar 18, 2014 at 6:45 AM, Gerhard Schmidt esta...@augusta.de wrote: Hi i'm used to develeop with zope. With zope you can use

Re: [pylons-discuss] Starting pyramid with a script and terminate

2014-03-18 Thread tonthon
Hi The bootstrap function from the pyramid.paster module may be what you're looking for : http://docs.pylonsproject.org/projects/pyramid/en/latest/api/paster.html You can find some examples in the kotti project. Here is the entry point :