The culprit is DjDT 1.0. I haven't had time to look into it, but `pip install django-debug-toolbar==0.9.1` will fix your problem.
On Mon, Dec 23, 2013 at 6:19 PM, Moltra <[email protected]> wrote: > Yes, I just tried with a fresh install of mezzanine and had the same >> problem. >> > > ``` > Django==1.5.5 > Mezzanine==1.4.16 > Pillow==2.2.2 > bleach==1.2.2 > django-debug-toolbar==1.0 > filebrowser-safe==0.2.31 > grappelli-safe==0.2.23 > html5lib==0.95 > oauthlib==0.6.0 > pytz==2013.8 > requests==1.2.3 > requests-oauthlib==0.3.3 > sqlparse==0.1.10 > ``` > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
