When I attempt to access my wagtail back-office at /cms/
, I get redirected to wagtail's login page, /cms/login/
.
However, I would like to use my own custom login, which is default for the rest of the site, and sits at /auth/
.
My LOGIN_URL
is already set to /auth/
in django settings.
EDIT : it's been suggested that this is a generic question of how do you override namespaced url patterns but this is not the case. The urls are not namespaced, and I was looking for wagtail functionality that adressed this specific issue. Fortunately, that functionality does exist.