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 own little django app to provide the custom interface I want.

Throw up databrowse on a user with read-only credentials.

To transfer data to another DB, simply import the appropriate database
adapter and grab a cursor, then starting INSERT'ing or UPDATE'ing
away.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to