Merge branch 'main' into nmb/whomami

This commit is contained in:
Neil Martinsen-Burrell 2022-09-29 15:01:08 -05:00
commit 350657aed7
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
7 changed files with 110 additions and 60 deletions

View file

@ -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: