Skip to content

Conversation

@pzinovkin
Copy link

Error on fresh installed master while trying to view query explain:

lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File "lib/python2.7/site-packages/debug_toolbar/views.py" in sql_explain
  85.         if settings.DATABASE_ENGINE == "sqlite3":
File "lib/python2.7/site-packages/django/utils/functional.py" in inner
  173.         return func(self._wrapped, *args)

Exception Type: AttributeError at /__debug__/sql_explain/
Exception Value: 'Settings' object has no attribute 'DATABASE_ENGINE'

dcramer added a commit that referenced this pull request Oct 9, 2011
Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE' (#208)
@dcramer dcramer merged commit f9679aa into django-commons:master Oct 9, 2011
ryneeverett pushed a commit to ryneeverett/django-debug-toolbar that referenced this pull request Oct 2, 2016
Fix for error 'Settings' object has no attribute 'DATABASE_ENGINE' (django-commons#208)
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