Re: access legacy data without model.py

2009-12-13 Thread Nick Arnett
On Sat, Dec 12, 2009 at 7:24 AM, dundeemt wrote: > I need to access data in other databases. I don't want them listed in > model.py as I won't be using django's orm for them. Given this, where > is the preferred place to put the db connection for this data? The > only references I could find sh

Re: access legacy data without model.py

2009-12-13 Thread dundeemt
On Dec 13, 4:22 am, rebus_ wrote: > 2009/12/12 dundeemt : > > > > > > > I need to access data in other databases.  I don't want them listed in > > model.py as I won't be using django's orm for them. Given this, where > > is the preferred place to put the db connection for this data?  The > > onl

Re: access legacy data without model.py

2009-12-13 Thread rebus_
2009/12/12 dundeemt : > I need to access data in other databases.  I don't want them listed in > model.py as I won't be using django's orm for them. Given this, where > is the preferred place to put the db connection for this data?  The > only references I could find show creating a db connection i

access legacy data without model.py

2009-12-12 Thread dundeemt
I need to access data in other databases. I don't want them listed in model.py as I won't be using django's orm for them. Given this, where is the preferred place to put the db connection for this data? The only references I could find show creating a db connection in the view, http://www.djangob