Anyone knows good Django URL namespaces tutorial?

Viewed 6895

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.

2 Answers
Related