#2635 - Update documentation for python3 update

Add reference to reinstalling the django-rq module
This commit is contained in:
mmahacek 2018-11-30 09:38:12 -08:00 committed by GitHub
parent 8d4329197a
commit e6bd4ff57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,3 +36,9 @@ If using LDAP authentication, install the `django-auth-ldap` package:
```no-highlight ```no-highlight
# pip3 install django-auth-ldap # pip3 install django-auth-ldap
``` ```
If using Webhooks, install the `django-rq` package:
```no-highlight
# pip3 install django-rq
```