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 interface, I would much rather build out
my own little django app to provide the custom interface I want.

The problem I have is this - the bugzilla DB is read-only, no client
but bugzilla itself can change the tables, so I want to use the
auto-generated models.py from an inspectdb against the bz database,
but use a different database for any of the "other" tables/data (i.e:
the admin tables). I'd also need to set the model for the bz database
to read only.

Any suggestions on this - I know there was some discussion back in
Feb. about adding readonly/shadow flags to the models classes/Meta
options.

thanks

-jesse

--~--~---------~--~----~------------~-------~--~----~
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