django-exceptional

Software Screenshot:
django-exceptional
Software Details:
Version: 0.1.5
Upload Date: 11 May 15
Developer: Zachary Voase
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

django-exceptional is a Django client for Exceptional, which is a service that tracks errors in your web apps.

Usage

Install the app:

pip install django-exceptional

Add the middleware to your MIDDLEWARE_CLASSES:

MIDDLEWARE_CLASSES = (
 ...
 'djexceptional.ExceptionalMiddleware',
 ...
)


Set up your Exceptional API keys in settings.py:

EXCEPTIONAL_API_KEY = '...'

Done! Remember, the middleware will only log exceptions when DEBUG is off.

Requirements:

  • Python
  • Django

Other Software of Developer Zachary Voase

Dagny
Dagny

20 Feb 15

Markdoc
Markdoc

21 Jul 15

django-qmethod
django-qmethod

14 Apr 15

URLObject
URLObject

13 Apr 15

Comments to django-exceptional

Comments not found
Add Comment
Turn on images!