manage.py dump and load JSON fixtures
dumpdata app.model --indent=4 > project/apps/app/fixtures/model.json loaddata x.json y.json z.json