Skip to content

Commit

Permalink
Added errormator - fixed #242
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbir committed Feb 7, 2014
1 parent 77eb14a commit a7c9f2b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -40,3 +40,4 @@ raven==1.4.6
rq==0.3.8
requests==1.2.3
six==1.1.0
appenlight-client==0.6.4
11 changes: 11 additions & 0 deletions settings/heroku.py
Expand Up @@ -168,3 +168,14 @@
)

########## end templates

#-------------------
# appenlight-client
#------------------

import appenlight_client.client as e_client
APPENLIGHT = e_client.get_config({'appenlight.api_key': os.environ.get('APPENLIGHT_KEY', '')})

MIDDLEWARE_CLASSES += (
'appenlight_client.django_middleware.AppenlightMiddleware',
)

0 comments on commit a7c9f2b

Please sign in to comment.