Skip to content

Commit

Permalink
small change whilst debugging a 500
Browse files Browse the repository at this point in the history
  • Loading branch information
zackmdavis committed Nov 1, 2014
1 parent 073bd73 commit ff8feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'core',
)

if DEBUG:
if DEBUG and IS_DEVELOPMENT:
INSTALLED_APPS += ('debug_toolbar',)

MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit ff8feee

Please sign in to comment.