I have a huge (400MB) initial_data.json file. Django's eating up all my memory trying to load this file.
Suggestions? Surely someone out there has large initial_data files they use. I'd consider converting this into an xml file, but I don't know if Django will try to load all that into memory as well, and I'm not yet ready to try it out without being sure.