Skip to content

Commit

Permalink
Disabled 404 middleware again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Oct 21, 2012
1 parent 7e635bc commit 9065a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangosnippets/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'

MIDDLEWARE_CLASSES += ('raven.contrib.django.middleware.Sentry404CatchMiddleware',)
# MIDDLEWARE_CLASSES += ('raven.contrib.django.middleware.Sentry404CatchMiddleware',)

# Pull the various config info from Heroku.
# Heroku adds some of this automatically if we're using a simple settings.py,
Expand Down

0 comments on commit 9065a79

Please sign in to comment.