Skip to content

Files

This branch is 80666 commits behind getsentry/sentry:master.

example

This is a sample Django app that illustrates various ways of sending data to Sentry.

To run this app you will need raven client installed:

pip install raven

Edit :file:`settings.py` and change SENTRY_DSN so that it matches your Sentry server.

Then do:

python manage.py syncdb
python manage.py runserver

And visit these URLS:

For more information, see the Configuring Django section of the Raven documentation.