Update README with namespace

This commit is contained in:
Valentin Samir 2015-05-29 19:38:34 +02:00
parent 5d1ce93e06
commit 1d84f2c86e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Quick start
2. Include the polls URLconf in your project urls.py like this::
url(r'^cas/', include('cas_server.urls')),
url(r'^cas/', include('cas_server.urls', namespace="cas_server")),
3. Run `python manage.py migrate` to create the cas_server models.