I\'m trying to get the hang of Django URL namespaces. But I can\'t find any examples or documentation.
Here is what I have tried.
urls.py:
from d
I think that this isn't possible in django right now. Have a look at this message board post which references Ticket 11559. I think that you're trying to do the same thing - effectively pass an implicit parameter to the URL tag.
Also, assuming that sub_urls is from the same app both times you should make sure app_name is the same in both cases. You should only need to change namespace.