add config option to lock pages explicitly
This commit is contained in:
parent
f0bce6c8d5
commit
1b433f1762
4 changed files with 23 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue