Loosen permissions on wiki editing. (#84)

This commit is contained in:
Scott Bragg 2016-12-20 19:22:03 +11:00 committed by GitHub
parent e57a1e875e
commit 8bf3948956

View file

@ -321,6 +321,11 @@ NOSE_ARGS = [
'--cover-package=registrasion.controllers,registrasion.models', '--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 # Production settings have their own file to override stuff here
try: try:
LOCAL_SETTINGS LOCAL_SETTINGS