From 232e6f5076a9e91eb0a16dbe190c7e4ac9af1bd6 Mon Sep 17 00:00:00 2001 From: mmahacek Date: Mon, 3 Dec 2018 06:56:43 -0800 Subject: [PATCH] #2635 - Update documentation for python3 update (#2636) 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 +```