Removing Bugsnag.

master
Nick Sergeant 2012-10-21 13:02:40 -04:00
parent e6f4285de3
commit 468428dfaa
2 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,5 @@
BeautifulSoup
boto
bugsnag
biplist
Django
django-annoying

View File

@ -108,7 +108,6 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
'pagination.middleware.PaginationMiddleware',
'blogs.middleware.BlogMiddleware',
'bugsnag.django.middleware.BugsnagMiddleware',
#'debug_toolbar.middleware.DebugToolbarMiddleware',
)
@ -225,12 +224,6 @@ else:
# API
TASTYPIE_CANNED_ERROR = "There was an error with your request. The site developers have a record of this error, please email api@snipt.net and we'll help you out."
# Bugsnag
BUGSNAG = {
"api_key": "",
"project_root": PROJECT_PATH,
}
# Extensions
if DEBUG:
INSTALLED_APPS += ('django_extensions',)