• Dump Django Databases and Create Fixtures for Testing

    Fixtures are a Messy Mess It is quite a pain to maintain fixtures it seems. I am not sure why yet. Maybe there hasn’t been quite enough time on this piece of the product for it to mature. Django dumpdata I tried several different variations to dump the data. I’ll include a few of them here since they might actually work for someone else. python manage.py dumpdata > fixture.json