From e6bd4ff57a56314afec7f350cd5ec438364e07b3 Mon Sep 17 00:00:00 2001 From: mmahacek Date: Fri, 30 Nov 2018 09:38:12 -0800 Subject: [PATCH] #2635 - Update documentation for python3 update Add reference to reinstalling the django-rq module --- docs/installation/migrating-to-python3.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation/migrating-to-python3.md b/docs/installation/migrating-to-python3.md index b2efadea1..1d5ceb977 100644 --- a/docs/installation/migrating-to-python3.md +++ b/docs/installation/migrating-to-python3.md @@ -36,3 +36,9 @@ If using LDAP authentication, install the `django-auth-ldap` package: ```no-highlight # pip3 install django-auth-ldap ``` + +If using Webhooks, install the `django-rq` package: + +```no-highlight +# pip3 install django-rq +```