Changeset - 565a90f61829
[Not reviewed]
0 1 0
Sachi King - 7 years ago 2017-07-08 04:37:38
nakato@nakato.io
Add a note to get the permission required for papers review

So not obvious...
1 file changed with 8 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
...
 
@@ -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``
0 comments (0 inline, 0 general)