diff options
Diffstat (limited to 'docs/installation.rst')
| -rw-r--r-- | docs/installation.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index b75f9ad..f761e91 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -55,9 +55,11 @@ what it does, or if you prefer defining your settings explicitly, read below. .. warning:: The automatic setup imports your project's URLconf in order to add the - Debug Toolbar's URLs. This may trigger circular imports when the URLconf - imports views that import models. If you're hitting an :exc:`ImportError`, - follow the explicit setup instructions. + Debug Toolbar's URLs. This may trigger circular imports, for instance when + the URLconf imports views that import models. If the development server + crashes with a long stack trace after hitting an :exc:`ImportError` or an + :exc:`~django.core.exceptions.ImproperlyConfigured` exception, follow the + explicit setup instructions. Explicit setup -------------- |
