aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorDanilo Segan <danilo@canonical.com>2012-07-11 12:28:06 +0200
committerDanilo Segan <danilo@canonical.com>2012-07-11 12:28:06 +0200
commit577e1a711af00e92b5b1e21c801c04e6e49cf702 (patch)
tree1382df5f7a6253ef9515758f52cb98ae6ecfc0ed /urls.py
parent078d0d550d5e258f8b0aa1766827137c3a3b61ff (diff)
Get rid of more OpenID stuff.
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 56527d2..b796bfa 100644
--- a/urls.py
+++ b/urls.py
@@ -12,7 +12,6 @@ urlpatterns = patterns('',
# Uncomment the next line to enable the admin:
url(r'^admin/', include(admin.site.urls)),
- url(r'^openid/', include('django_openid_auth.urls')),
url(r'^logout/$', 'django.contrib.auth.views.logout'),
# The license page...