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:
(
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
2 matches
Mail list logo