Skip to content

Commit f80f643

Browse files
committed
Remove unused "manager_logout" route
1 parent 44a0174 commit f80f643

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/project/urls.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Uncomment the next two lines to enable the admin:
55
from django.contrib import admin
6-
import django.contrib.auth.views
76
from django.http import HttpResponseRedirect, HttpResponse
87
from django.shortcuts import resolve_url
98
import loginas.urls
@@ -27,8 +26,6 @@
2726

2827
# For now, use basic auth.
2928
url(r'^accounts/', include('django.contrib.auth.urls')),
30-
url(r'^accounts/logout/$', django.contrib.auth.views.logout_then_login,
31-
name='manager_logout'),
3229

3330
# For now, the API and the management console are hosted together.
3431
url(r'^api/v2/', include('sa_api_v2.urls')),

0 commit comments

Comments
 (0)