Skip to content

Conversation

@seizans
Copy link

@seizans seizans commented Mar 27, 2014

I tried using django-debug-toolbar with Django 1.7b1.

At first, I configured just like documentation (add 'debug_toolbar.apps.DebugToolbarConfig' to INSTALLED_APPS) and I failed to runserver because

ImportError: No module named DebugToolbarConfig

Next, I configured as before 1.6 (add 'debug_toolbar' to INSTALLED_APPS) and I succeeded in runserver.

I tried using django-debug-toolbar with Django 1.7b1.

At first, I configured just like documentation (add `'debug_toolbar.apps.DebugToolbarConfig'` to `INSTALLED_APPS`) and I failed to runserver because 

```
ImportError: No module named DebugToolbarConfig
```

Next, I configured as before 1.6 (add `'debug_toolbar'` to `INSTALLED_APPS`) and I succeeded in runserver.
@aaugustin
Copy link
Contributor

The documentation is correct for the as-yet-unreleased master branch.

@aaugustin aaugustin closed this Mar 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants