I have an app that accesses two different databases which are defined in settings.py one of them is read-only and its models all have managed=False, when i run 'manage.py test', unsurprisingly i guess, i get an insufficient privileges error when trying to create/destroy the testing database on the read-only database.
is this a bug or and rfe? is there a quick workaround? i'd love to be able to run tests on the this app. thx Keith -- 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.

