Updated django-wiki to better handle relative wiki links.

This commit is contained in:
Bridger Maxwell
2012-08-23 10:11:31 -04:00
parent 82ebc14bd6
commit 07eead2349
2 changed files with 3 additions and 1 deletions

View File

@@ -322,6 +322,8 @@ WIKI_CAN_CHANGE_PERMISSIONS = lambda article, user: user.is_staff or user.is_sup
WIKI_CAN_ASSIGN = lambda article, user: user.is_staff or user.is_superuser
WIKI_USE_BOOTSTRAP_SELECT_WIDGET = False
WIKI_LINK_LIVE_LOOKUPS = False
WIKI_LINK_DEFAULT_LEVEL = 2
################################# Jasmine ###################################
JASMINE_TEST_DIRECTORY = PROJECT_ROOT + '/static/coffee'