Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 533 Bytes

django-impositions

Initialize Black Triangle

  1. make virtualenv and pip install the requirements

  2. syncdb and migrate

  3. runserver, go to admin, add something for each model

  4. note the pk of the composition you want to test

  5. ./manage.py shell

  6. output composition:

     > from impositions import utils
     > utils.output_composition(<pk>)
    

Black Triangle Wha??