Update settings.rst

No longer need to specify ``LOGIN_URL`` or ``LOGIN_REDIRECT_URL``
This commit is contained in:
Karl Hobley 2015-01-29 10:42:46 +00:00
parent 9dafaa86c5
commit 61de136f75

View file

@ -480,10 +480,6 @@ settings.py
('text/x-scss', 'django_libsass.SassCompiler'),
)
# Auth settings
LOGIN_URL = 'wagtailadmin_login'
LOGIN_REDIRECT_URL = 'wagtailadmin_home'
# A sample logging configuration. The only tangible logging
# performed by this configuration is to send an email to
# the site admins on every HTTP 500 error when DEBUG=False.