Error in Django debug toolbar

2014-05-07 Thread Rafael Santos
INSTALLED_APPS += ( 'debug_toolbar', ) MIDDLEWARE_CLASSES += ( 'debug_toolbar.middleware.DebugToolbarMiddleware', ) INTERNAL_IPS = ('127.0.0.1',) Environment: Request Method: GET Request URL: http://127.0.0.1:8000/Aula10/ Django Version: 1.6.4 Python Version: 2.7.6 Installed Applications: (

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 h