Re: [pylons-devel] Best Practices with ORM use

2016-01-08 Thread Torsten Irländer
Am Donnerstag, 7. Januar 2016 17:39:56 UTC+1 schrieb Paul Everitt: > For the O’Reilly video series on Pyramid (and for the proposed PyCon talk > with @mmerickel), I emphasized route factories. Move the location of the > model instance out of the view and into the framework, namely, a context

Re: [pylons-devel] Best Practices with ORM use

2016-01-08 Thread Mike Orr
On Fri, Jan 8, 2016 at 12:55 AM, Torsten Irländer wrote: > But I wasn't aware of that > this > could be a topic for a talk. Actually I thought this is kind of a hack but > is > seems to be not bad :D. Organizing business logic has been a perennial issue for Pyramid and Pylons developers forever.