mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
Merge branch 'main' into nmb/whomami
This commit is contained in:
commit
350657aed7
7 changed files with 110 additions and 60 deletions
|
@ -23,7 +23,7 @@ urlpatterns = [
|
|||
# was actually True. Instead, let's add these URLs any time we are able to
|
||||
# import the debug toolbar package.
|
||||
try:
|
||||
import debug_toolbar
|
||||
import debug_toolbar # type: ignore
|
||||
|
||||
urlpatterns += [path("__debug__/", include(debug_toolbar.urls))]
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue