Add a note to get the permission required for papers review

So not obvious...
This commit is contained in:
Sachi King 2017-07-08 14:37:38 +10:00
parent 31375f9e91
commit 565a90f618

View file

@ -88,3 +88,11 @@ On initial creation and whenever you reset the database you must reload the
basic data. This data is stored in the /fixtures directory. You can load this with:
``./manage.py loaddata ./fixtures/*.json``
Creating review permissions objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some more voodoo magic that needs to be manually run because that's just how symposion works.
This creates the permission that needs to be applied to a user/group/team to be able to see the review sections of the site.
``./manage.py create_review_permissions``