Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:dcramer/raven
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Feb 3, 2012
2 parents c342c9e + fa79230 commit 4320892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/django.rst
Expand Up @@ -12,8 +12,8 @@ Using the Django integration is as simple as adding Raven to your installed apps

Additional settings for the client are configured using ``SENTRY_<setting name>``::

SENTRY_KEY = 'my secret key'
SENTRY_SERVERS = ['http://sentry.local/api/store/']
SENTRY_DSN = 'http://public:secret@example.com/1'


You'll be referencing the client slightly differently in Django as well::

Expand Down

0 comments on commit 4320892

Please sign in to comment.