Notes
=====

A collection of notes and points which may prove useful.

Fixtures
--------

The following should work well for creating fixtures for your Hordak data::

    ./manage.py dumpdata hordak --indent=2 --natural-primary --natural-foreign > fixtures/my-fixture.json

