diff --git a/docs/index.md b/docs/index.md index 899fabe..92973db 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ Add `pinax-blog` to your `INSTALLED_APPS` setting: Add entry to your `urls.py`: - url(r"^blog/", include("pinax.blog.urls")) + url(r"^blog/", include("pinax.blog.urls", namespace="pinax_blog")) ## Dependencies