Add Django Debug Toolbar
This commit is contained in:
parent
bbd2bc6d09
commit
0684d3f043
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'debug_toolbar',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue