Re: Install Django debug toolbar - Error Path

2014-05-07 Thread Venkatraman S
On Wed, May 7, 2014 at 10:48 PM, Rafael Santos wrote: > Python Version: 2.7.6 > Django Version: 1.6.4 > > > Traceback: > File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in > get_response > 201. response = middleware_method(request,

Install Django debug toolbar - Error Path

2014-05-07 Thread Rafael Santos
Python Version: 2.7.6 Django Version: 1.6.4 I installed the debug toolbar = pip install django-debug-toolbar, that's ok. Add: INSTALLED_APPS += ( 'debug_toolbar', ) MIDDLEWARE_CLASSES += ( 'debug_toolbar.middleware.DebugToolbarMiddleware', ) INTERNAL_IPS = ('127.0.0.1',) In execution time