On Mon, Jan 23, 2012 at 1:35 PM, Kalium <[email protected]> wrote: > > My setup_app method is in websetup.bootstrap though, not __init__. > Indeed moving it to __init__ does pick it up. So have i missed a step, > why is it bootstrap.py and not __init__? >
Are you sure no one moved it? As you can see from here: http://sourceforge.net/p/turbogears2/tg2devtools/ci/077edd8cbdd3fd42a770e0793245985f8f332518/tree/devtools/templates/turbogears/%2Bpackage%2B/websetup/__init__.py_tmpl?force=True TurboGears creates setup_app inside __init__.py, so by default it should correctly work. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

