Re: Using a Read-Only model for data, second database for "django stuff"

2008-03-26 Thread James Bennett
On Wed, Mar 26, 2008 at 11:26 AM, James Bennett <[EMAIL PROTECTED]> wrote: > To transfer data to another DB, simply import the appropriate database > adapter and grab a cursor, then starting INSERT'ing or UPDATE'ing > away. (or, if you *must* use the ORM, use the serializer to spit out the Bug

Re: Using a Read-Only model for data, second database for "django stuff"

2008-03-26 Thread James Bennett
On Wed, Mar 26, 2008 at 8:08 AM, Jesse Noller <[EMAIL PROTECTED]> wrote: > I've been handed the task of doing a bit of data-mining on a bugzilla > database, and rather than work through the straight SQL, or using the > somewhat awful bugzilla query interface, I would much rather build out > my

Using a Read-Only model for data, second database for "django stuff"

2008-03-26 Thread Jesse Noller
This is a bit of an oddball question, but I figured I'd throw it out there. I hate bugzilla's interface. I love Django. I've been handed the task of doing a bit of data-mining on a bugzilla database, and rather than work through the straight SQL, or using the somewhat awful bugzilla query interf