README: fix patterns when including urls

This commit is contained in:
Benjamin Dauvergne 2015-02-04 12:27:53 +01:00
parent 6a6f5e58df
commit 9643173198
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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`::