Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 656 Bytes

README.rst

File metadata and controls

22 lines (14 loc) · 656 Bytes

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 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.