Skip to content

Commit 63346b5

Browse files
authored
Update README.md
1 parent 0793262 commit 63346b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
41
# django-q-rollbar
52
A [Django Q](https://github.com/Koed00/django-q/) Error Reporter plugin adding [Rollbar](https://rollbar.com/) support.
63

@@ -11,6 +8,8 @@ This plugin is intended to be included with Django Q as [setuptools extra](https
118

129
Or add `django-q[rollbar]` to `requirements.txt`.
1310

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+
1413
### Usage
1514
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.
1615
```python

0 commit comments

Comments
 (0)