Default: '/accounts/logout'
The URL where requests are redirected after login when the contrib.auth.logout view gets no next parameter.
This setting also accepts view function names and named URL patterns which can be used to reduce configuration duplication since you don’t have to define the URL in two places (settings and URLconf).