Browse Source

Add Django Debug Toolbar

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
0684d3f043
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      project/settings.py
  2. +1
    -0
      requirements.txt

+ 1
- 0
project/settings.py View File

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


+ 1
- 0
requirements.txt 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

Loading…
Cancel
Save