From bc55b9397252c7382b6388fceef54a056d3c371e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 5 Apr 2012 13:31:22 +0200 Subject: moved the uris around a bit --- coip/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coip/urls.py') diff --git a/coip/urls.py b/coip/urls.py index 353427f..36c65ea 100644 --- a/coip/urls.py +++ b/coip/urls.py @@ -73,5 +73,6 @@ urlpatterns = patterns('', (r'^api/opensocial/', include('coip.apps.opensocial.urls')), (r'^api/hello/?', 'coip.apps.name.views.hello'), (r'^oauth2/', include('django_oauth2_lite.urls')), - (r'^saml2/', include('coip.apps.saml2.urls')) + (r'^saml2/aa/', include('coip.apps.saml2.urls')), + (r'^saml2/sp/', include('djangosaml2.urls')) ) -- cgit v1.1