> This is because Django's test case flushes the database between each > test. This is the right thing to do for testing purposes, because it > removes the possibility of crossover effects in the testing process, > but it does impose a slowdown (because flushing is an expensive > operation). >
I have a question here. I have found Django to be much faster than, say, Rails. However, Django seems to take way more time to load fixtures (I am not counting the time taken to create the database each time here) compared to Rails. Do you have any thoughts on why this is so? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---