diff options
| -rw-r--r-- | debug_toolbar/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index 7ebd1c7..be51a7e 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -15,3 +15,6 @@ except Exception: # Reference URLpatterns with a string to avoid the risk of circular imports. urls = 'debug_toolbar.toolbar', 'djdt', 'djdt' + + +default_app_config = 'debug_toolbar.apps.DebugToolbarConfig' |
