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? 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. thanks, Brianna -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.