diff options
| author | Leif Johansson <leifj@sunet.se> | 2012-04-05 13:31:22 +0200 |
|---|---|---|
| committer | Leif Johansson <leifj@sunet.se> | 2012-04-05 13:31:22 +0200 |
| commit | bc55b9397252c7382b6388fceef54a056d3c371e (patch) | |
| tree | f8f7465c36b5679cb77f5033fe33fdf9718026fc /coip/urls.py | |
| parent | e38220e479ffdf88aa98dc6341cc04b45e04a70e (diff) | |
moved the uris around a bit
Diffstat (limited to 'coip/urls.py')
| -rw-r--r-- | coip/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
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')) ) |
