Skip to content
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

confict with django-debug-toolbar #27

Open
nordbit opened this issue Dec 17, 2013 · 1 comment
Open

confict with django-debug-toolbar #27

nordbit opened this issue Dec 17, 2013 · 1 comment

Comments

@nordbit
Copy link

nordbit commented Dec 17, 2013

After upgrade django-debug-toolbar from github a got error:

cannot import admin_site

Do not know why, i'm not skilled enough in Python, but situation need investigation.
I know only about many changes in master branch of django-debug-toolbar

@CARocha
Copy link

CARocha commented Apr 23, 2014

i not have any problem i use this in my setting
INSTALLED_APPS = (
'debug_toolbar',
)
DEBUG_TOOLBAR_PATCH_SETTINGS = False
INTERNAL_IPS = '127.0.0.1'
MIDDLEWARE_CLASSES = (
'debug_toolbar.middleware.DebugToolbarMiddleware',
)

it work great! but i use, django 1.6.x ,yawd 0.7.0 latest debug_toolbar
Cheers

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

No branches or pull requests

2 participants