-
make virtualenv and pip install the requirements
-
syncdb and migrate
-
runserver, go to admin, add something for each model
-
note the pk of the composition you want to test
-
./manage.py shell
-
output composition:
> from impositions import utils > utils.output_composition(<pk>)