Debug view: show available named URL patterns
Hook the show_url_patterns view function in to your URLconf to get a page which simply lists all of the named URL patterns in your system - useful for if your template developers need a quick reference as to what patterns they can use in the {% url %} tag.
- urlconf
- debug
- debugging
- urlpatterns
- documentation
- docs