We have a feature of our django application where the user will enter a 
zipcode, and out site will lookup that zipcode against a database table and 
return the city and state. In order for us to do this, we have a ZipCode 
model, and a 22 thousand line initial_data.json fixture.

The problem is that whenever we try to run *any* test, we have to wait about 
60 seconds for that fixture to load, which is really annoying. Does anyone 
have any tips for handling situations like these?

-- 
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