mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Add reference to reinstalling the django-rq module
This commit is contained in:
parent
ca0248c3a2
commit
232e6f5076
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user