Disable django wiki login pages and use the default django pages
This commit is contained in:
parent
9f9f9e4795
commit
afdb834daf
|
@ -369,6 +369,7 @@ AUTH_USER_MODEL = 'users.User'
|
|||
LOGIN_REDIRECT_URL = 'users:redirect'
|
||||
#LOGIN_URL = 'account_login'
|
||||
WIKI_SIGNUP_URL = 'account_login'
|
||||
WIKI_ACCOUNT_HANDLING = False
|
||||
#WIKI_EDITOR = 'wiki.editors.martor.Martor'
|
||||
# SLUGLIFIER
|
||||
AUTOSLUG_SLUGIFY_FUNCTION = 'slugify.slugify'
|
||||
|
|
|
@ -58,7 +58,8 @@ braintree==3.37.2
|
|||
django-autofixture==0.12.1
|
||||
|
||||
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-jwt
|
||||
|
|
Loading…
Reference in New Issue