Update README with namespace
This commit is contained in:
parent
5d1ce93e06
commit
1d84f2c86e
@ -26,7 +26,7 @@ Quick start
|
|||||||
|
|
||||||
2. Include the polls URLconf in your project urls.py like this::
|
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.
|
3. Run `python manage.py migrate` to create the cas_server models.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user