aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/raven/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* Updated raven pluginJoar Wandborg2013-03-031-11/+48
| | | | | | | - Added wrap_wsgi, celery_setup, celery_logging_setup hooks - Updated raven plugin docs - Updated production considerations docs - Added raven logging setup
* plugin/raven: Fix paster's celery config issueJoar Wandborg2013-03-031-2/+6
| | | | | | Check for CELERY_CONFIG_MODULE before we import raven.contrib.celery. It seems that the import otherwise sets up the celery client before we get to pass it our mediagoblin-specific settings.
* Removed stray )Joar Wandborg2013-03-031-1/+1
|
* Removed PLUGIN_DIR from ravenJoar Wandborg2013-03-031-2/+0
|
* Don't look for the oauth config in raven pluginJoar Wandborg2013-03-031-1/+1
|
* Refactored raven pluginJoar Wandborg2013-03-031-3/+4
|
* Added raven pluginJoar Wandborg2013-03-031-0/+52