Add a note to get the permission required for papers review
So not obvious...
This commit is contained in:
parent
31375f9e91
commit
565a90f618
1 changed files with 8 additions and 0 deletions
|
@ -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``
|
||||
|
|
Loading…
Reference in a new issue