Skip to content

Commit

Permalink
Installed debugging tools
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbdaly committed Aug 31, 2014
1 parent fc6aa9e commit 2f90f90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_tutorial_blog_ng/settings.py
Expand Up @@ -20,7 +20,7 @@
SECRET_KEY = 'fds-nk_-a1mj&n^nghc$dp@r0*fvcp1gywnenapindvifdh4f5'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False

TEMPLATE_DEBUG = True

Expand All @@ -42,6 +42,7 @@
'django.contrib.flatpages',
'django.contrib.syndication',
'django.contrib.sitemaps',
'debug_toolbar',
)

SITE_ID = 1
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Expand Up @@ -9,6 +9,7 @@ coverage==3.7.1
coveralls==0.4.2
dj-database-url==0.2.2
dj-static==0.0.5
django-debug-toolbar==1.2.1
django-jenkins==0.15.0
django-pylibmc-sasl==0.2.4
django-toolbelt==0.0.1
Expand All @@ -17,6 +18,8 @@ ecdsa==0.11
factory-boy==2.4.1
feedparser==5.1.3
gunicorn==18.0
ipdb==0.8
ipython==2.2.0
logilab-common==0.61.0
markdown2==2.2.1
paramiko==1.14.1
Expand Down

0 comments on commit 2f90f90

Please sign in to comment.