Files @ 7fac10241ec7
Branch filter:

Location: symposion_app/docs/miniconfs.rst

Joel Addison
Improve attendee reports

Display attendee profile data in normal table without DataTables so
sorting is not applied, causing data to be confusing to read.
Include item quantity in attendee data report for accurate schwag packing.
Steps for creating a miniconf
=============================

In code:

* Add a ProposalForm - pinaxcon.proposals.forms
* Add a Model - pinaxcon.proposals.models
* Register models - pinxacon.proposals.admin
* Map slug to proposal form - pinaxcon.settings.py

In the UI:

* Add a section
* Add a ProposalSection
* Add a Kind

On the commandline:

* Run manage.py create_review_permissions

In the Admin UI:

* Add a team to manage reviews