Disable django wiki login pages and use the default django pages

This commit is contained in:
Oliver Marks 2018-01-06 21:11:58 +00:00
parent 9f9f9e4795
commit afdb834daf
2 changed files with 3 additions and 1 deletions

View File

@ -369,6 +369,7 @@ AUTH_USER_MODEL = 'users.User'
LOGIN_REDIRECT_URL = 'users:redirect' LOGIN_REDIRECT_URL = 'users:redirect'
#LOGIN_URL = 'account_login' #LOGIN_URL = 'account_login'
WIKI_SIGNUP_URL = 'account_login' WIKI_SIGNUP_URL = 'account_login'
WIKI_ACCOUNT_HANDLING = False
#WIKI_EDITOR = 'wiki.editors.martor.Martor' #WIKI_EDITOR = 'wiki.editors.martor.Martor'
# SLUGLIFIER # SLUGLIFIER
AUTOSLUG_SLUGIFY_FUNCTION = 'slugify.slugify' AUTOSLUG_SLUGIFY_FUNCTION = 'slugify.slugify'

View File

@ -58,7 +58,8 @@ braintree==3.37.2
django-autofixture==0.12.1 django-autofixture==0.12.1
git+https://github.com/olymk2/scaffold.git git+https://github.com/olymk2/scaffold.git
git+git://github.com/olymk2/django-wiki.git #git+git://github.com/olymk2/django-wiki.git
git+git://github.com/django-wiki/django-wiki.git
djangorestframework==3.6.3 djangorestframework==3.6.3
djangorestframework-jwt djangorestframework-jwt