Преглед на файлове

#2635 - Update documentation for python3 update (#2636)

Add reference to reinstalling the django-rq module
mmahacek преди 7 години
родител
ревизия
232e6f5076
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      docs/installation/migrating-to-python3.md

+ 6 - 0
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
+```