On 01 Dec 2010, at 10:39 PM, [email protected] wrote: > ImportError: No module named debug_toolbar
Did you uncomment #'debug_toolbar', in you settings.py file ? You need to comment it out. And also ensure 'debug_toolbar.middleware.DebugToolbarMiddleware', is commented out. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

