Skip to content

Update installation.rst #569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Update installation.rst #569

wants to merge 1 commit into from

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