On Monday, April 11, 2016 at 5:23:26 PM UTC-4, Tres Seaver wrote:
>
> I do all such "global setup" tasks inside the "main" function, registered 
> as the 'paste.app_factory' entry point.  E.g.: 
>

I usually do the same, unless the "global setup" is happening in some sort 
of submodule/directory that already has a "def includeme(config)" that is 
scanned by the main function.  If that's the case, I'll keep the code 
organized there.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-devel+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/pylons-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to