Popular recipes tagged "urls" but not "debugging"http://code.activestate.com/recipes/tags/urls-debugging/2010-03-26T20:04:08-07:00ActiveState Code RecipesShow all url patterns in django (Python)
2010-03-26T20:04:08-07:00Michael Grünewaldhttp://code.activestate.com/recipes/users/4172244/http://code.activestate.com/recipes/576974-show-all-url-patterns-in-django/
<p style="color: grey">
Python
recipe 576974
by <a href="/recipes/users/4172244/">Michael Grünewald</a>
(<a href="/recipes/tags/django/">django</a>, <a href="/recipes/tags/urls/">urls</a>).
Revision 5.
</p>
<p>This small script shows a simple formatted tree of all defined django url patterns.</p>