You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
### Note
2
-
This is a proposed [Django Q](https://github.com/Koed00/django-q/) plugin intended to serve as an accompaniment to the changes in Django Q proposed in [this fork](https://github.com/danielwelch/django-q/tree/error-reporter). This package does nothing until those changes are incorporated.
3
-
4
1
# django-q-rollbar
5
2
A [Django Q](https://github.com/Koed00/django-q/) Error Reporter plugin adding [Rollbar](https://rollbar.com/) support.
6
3
@@ -11,6 +8,8 @@ This plugin is intended to be included with Django Q as [setuptools extra](https
11
8
12
9
Or add `django-q[rollbar]` to `requirements.txt`.
13
10
11
+
> This plugin requires Django Q version 0.8.1 or greater. Earlier versions of Django Q can incorporate rollbar support via the `rollbar` key in the `Q_CLUSTER` settings dictionary.
12
+
14
13
### Usage
15
14
Configure Rollbar via the Django Q `Q_CLUSTER` dictionary in your Django project's `settings.py`. It is important that the `rollbar` key be set in the `error_reporter` dictionary, as this name aligns with the project's entry point for this plugin.
0 commit comments