aboutsummaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
authorDanilo Segan <danilo@canonical.com>2012-07-11 15:08:55 +0200
committerDanilo Segan <danilo@canonical.com>2012-07-11 15:08:55 +0200
commit273d4745f2edaa4df673f51a9d08081bdf800e44 (patch)
tree5e6c269716b9064c1ec4bb2bfcee22bb2226abfc /urls.py
parent16b167b6418a8b086bc89f210aef7c73c7c16b39 (diff)
Restore some bits of OpenID code.
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index 431ac61..593a4a9 100644
--- a/urls.py
+++ b/urls.py
@@ -12,6 +12,7 @@ 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...