Add perfunctory notes on the process of setting up a miniconf
This commit is contained in:
parent
75a4bf673f
commit
dd77229fab
2 changed files with 25 additions and 0 deletions
|
@ -16,6 +16,7 @@ submission, reviews, scheduling and sponsor management.
|
||||||
sponsorship
|
sponsorship
|
||||||
speakers
|
speakers
|
||||||
schedule
|
schedule
|
||||||
|
miniconfs
|
||||||
|
|
||||||
|
|
||||||
About
|
About
|
||||||
|
|
24
docs/miniconfs.rst
Normal file
24
docs/miniconfs.rst
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue