add config option to lock pages explicitly

This commit is contained in:
Matthew Scragg 2014-09-10 13:58:47 -05:00
parent f0bce6c8d5
commit 1b433f1762
4 changed files with 23 additions and 2 deletions

View file

@ -42,6 +42,9 @@ WIKI_HOME = 'home'
ALLOW_ANON = True
LOGIN_DISABLED = ALLOW_ANON
# Page names that can't be modified
LOCKED = []
ROOT_ENDPOINT = 'wiki.page'
try: