We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dfb4c commit 1710706Copy full SHA for 1710706
README.md
@@ -291,7 +291,7 @@ Any queues defined in `QUEUES` must also be defined in `django-rq`'s `RQ_QUEUES`
291
To use `rq` with `django-tasks`, a custom `Job` class must be used. This can be passed to the worker using `--job-class`:
292
293
```shell
294
-./manage.py rqworker --job-class django_tasks.backend.rq.Job
+./manage.py rqworker --job-class django_tasks.backends.rq.Job
295
```
296
297
### Priorities
0 commit comments