Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

the url setting should update? #6

Closed
renpj opened this issue Apr 12, 2015 · 1 comment
Closed

the url setting should update? #6

renpj opened this issue Apr 12, 2015 · 1 comment

Comments

@renpj
Copy link

renpj commented Apr 12, 2015

I found the url setting
url(r'^feedreader/', include('feedreader.urls')),
should update to
url(r'^feedreader/', include('feedreader.urls'), namespace="feedreader"),
else, there is a error:
u'feedreader' is not a registered namespace.
I'm new in django, I'm not sure.

@ahernp
Copy link
Owner

ahernp commented Apr 18, 2015

Sorry for the delay in getting back to you, I am just back from a holiday. You are absolutely correct. I had this in my own installation but forgot to update the django-feedreader README. This has now been done. Thanks for letting me know.

@ahernp ahernp closed this as completed May 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants