For one unit test I would like to use the real data base and not the test data base.

Basically this unit test shall verify that the server database fulfills certain consistency criterea.


How can I write one django test, that uses the 'default' (non test database)

I tried to use Model.objects.using('default').all() but still seem to receive an empty list (thus the contents of the test data base)


--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to