1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

Add reference to reinstalling the django-rq module
This commit is contained in:
mmahacek
2018-12-03 06:56:43 -08:00
committed by Jeremy Stretch
parent ca0248c3a2
commit 232e6f5076

View File

@ -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
```