Add perfunctory notes on the process of setting up a miniconf

This commit is contained in:
James Polley 2017-09-21 00:12:21 +10:00
parent 75a4bf673f
commit dd77229fab
2 changed files with 25 additions and 0 deletions

View file

@ -16,6 +16,7 @@ submission, reviews, scheduling and sponsor management.
sponsorship
speakers
schedule
miniconfs
About

24
docs/miniconfs.rst Normal file
View file

@ -0,0 +1,24 @@
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