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
2010-01-24 15:32:43
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
2010-01-24 19:01:46
+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
2010-01-24 15:39:50
Sorry, but you pointed to official documentation which I rejected as too sparse.
minder
2010-01-24 19:02:27