On 19 août, 11:29, Brianna Laugher <[email protected]> wrote: > Hi, > > I have a read-only Oracle database that I'd like to use Django's > databrowse to, well, browse. However Django's primary key requirement, > along with my database being read-only, means I can't use Django's > default models and DB handling. > > If I use something else like SQLAlchemy, so that I can specify > composite primary keys, will I be able to use databrowse?
The answer is "very obviously, NO". > I had a bit > of a look at the databrowse source, but I'm new to Django and and > nothing immediately jumped out at me as a gotcha. Except the fact that Databrowse is totally dependent on Django's ORM ? Have a look at datastructure.py for example: http://code.djangoproject.com/browser/django/trunk/django/contrib/databrowse/datastructures.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

