jazzband / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
8.07k stars 1.05k forks source link

Introduce debug_toolbar_urls to simplify installation #1926

Closed tim-schilling closed 3 months ago

tim-schilling commented 4 months ago

Description

While this isn't a huge improvement, it provides a hook for us to more easily introduce library level controls for when urls are installed. It also eliminates the user from having to write an if statement for the most basic of installations.

Checklist:

This is a follow-up to #1925