Skip to content

Epictetus/django-sentry-on-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Sentry on Heroku

Get this up and runnnig by::

heroku create --stack cedar
git push heroku
heroku addons:add shared-database:5mb
heroku config:add SENTRY_KEY=<some-random-access-key>
heroku run bash
    # Run this one command in the Heroku shell, then exit it:
    sentry --config=sentry_conf.py upgrade
    sentry --config=sentry_conf.py createsuperuser
    exit
heroku scale web=1

If you want e-mails start with this::

heroku addons:add sendgrid:starter
heroku config:set MAIL_TO=you@example.com

And finally go to heroku.com, find your app and the SendGrid addon, and complete the account setup.

About

Running Django Sentry on Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published