ppetrid / yawd-admin

An administration website for Django
Other
138 stars 32 forks source link

confict with django-debug-toolbar #27

Open nordbit opened 10 years ago

nordbit commented 10 years ago

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 commented 10 years ago

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