We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e368 commit a91e845Copy full SHA for a91e845
debug_toolbar/__init__.py
@@ -1,6 +1,6 @@
1
__all__ = ["APP_NAME", "VERSION"]
2
3
-APP_NAME = 'djdt'
+APP_NAME = "djdt"
4
5
# Do not use pkg_resources to find the version but set it here directly!
6
# see issue #1446
debug_toolbar/toolbar.py
@@ -14,8 +14,7 @@
14
from django.urls.exceptions import Resolver404
15
from django.utils.module_loading import import_string
16
17
-from debug_toolbar import APP_NAME
18
-from debug_toolbar import settings as dt_settings
+from debug_toolbar import APP_NAME, settings as dt_settings
19
20
21
class DebugToolbar:
0 commit comments