views:

344

answers:

2

I'm looking for a good tutorial for URL namespaces in Django. I find official documentation a little too sparse - it lacks good examples. I found similar question here on stack, but the answers didn't help me to fully understand the subject either.

A: 

Here's a podcast about it. Namespaces start at 6:40

http://www.channels.com/episodes/show/3402690/About-Python-Namespaces-and-Code-Objects-

silent1mezzo
This is about Python namespaces and I asked about Django URL namespaces which is a totally different subject.But thanks anyway, I've learned something new :)
minder
+1  A: 

I'm not sure if this will answer all your questions, but:

http://docs.djangoproject.com/en/dev/topics/http/urls/#defining-url-namespaces http://docs.djangoproject.com/en/dev/topics/http/urls/#naming-url-patterns

orokusaki
Sorry, but you pointed to official documentation which I rejected as too sparse.
minder