Loosen permissions on wiki editing. (#84)
This commit is contained in:
parent
e57a1e875e
commit
8bf3948956
1 changed files with 5 additions and 0 deletions
|
@ -321,6 +321,11 @@ NOSE_ARGS = [
|
|||
'--cover-package=registrasion.controllers,registrasion.models',
|
||||
]
|
||||
|
||||
WIKI_CAN_READ = True
|
||||
WIKI_CAN_WRITE = True
|
||||
WIKI_CAN_DELETE = True
|
||||
WIKI_ACCOUNT_HANDLING = False
|
||||
|
||||
# Production settings have their own file to override stuff here
|
||||
try:
|
||||
LOCAL_SETTINGS
|
||||
|
|
Loading…
Reference in a new issue