[pylons-devel] Best Practices with ORM use

2016-01-06 Thread Danuel Williams
Hi, Currently I am developing an application where I initialize some mapped tables from my DB via ORM (SqlAlchemy) within a module, and then I import these tables into the views I need and then perform operations on them within the views. This actually irks me a bit as I feel that I should be

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

2016-01-06 Thread Karl O. Pinc
On Wed, 6 Jan 2016 13:35:18 -0800 (PST) Danuel Williams wrote: > Currently I am developing an application where I initialize some > mapped tables from my DB via ORM (SqlAlchemy) within a module, and > then I import these tables into the views I need and then perform > operations on them within th