Add Django Debug Toolbar

This commit is contained in:
Rodolfo Carvalho 2015-05-24 13:09:31 +02:00
parent bbd2bc6d09
commit 0684d3f043
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'debug_toolbar',
)
MIDDLEWARE_CLASSES = (

View File

@ -2,3 +2,4 @@ Django==1.8.1
psycopg2==2.6
gunicorn==19.3.0
whitenoise==1.0.6
django-debug-toolbar==1.3.0