From 9643173198378322dd1c06b115e696f05ec0e148 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 4 Feb 2015 12:27:53 +0100 Subject: [PATCH] README: fix patterns when including urls --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c3533f1..9ff2542 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ Add mellon urls to your urls:: urlpatterns = patterns('', ... - url(r'^/accounts/mellon', include('mellon.urls')), + url(r'^/accounts/mellon/', include('mellon.urls')), ) If SAML 2.0 should be your only authentication method you can define `mellon_login` as you main `LOGIN_URL`::