A quick google yields:
https://github.com/robhudson/django-debug-toolbar On 5 May 2011 19:51, Jacob Scherffenberg <[email protected]> wrote: > I found the problem, but stil doesn't really know what to do. > But i was fairly sure that i used 1.3, which i did. > But when i install the debug-toolbar with sudo apt-get install pyhton- > djang-debug-toolbar. > My django version changes to version 1.1.1 > Where can i get the toolbar otherwise, and without apparently reseting > my django version? > > On 5 Maj, 14:12, Karen Tracey <[email protected]> wrote: > > On Thu, May 5, 2011 at 7:43 AM, Jacob Scherffenberg < > [email protected]>wrote: > > > > > Im using Django-1.3 > > > > Are you absolutely sure about that? The message generally happens when > you > > have a settings file produced by 1.2+ or higher (thus including the > > django.contrib.messages app in INSTALLED_APPS) but the running level of > > Django is from before that module was added. > > > > Karen > > --http://tracey.org/kmt/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

