Split webhooks documentation into the data model and installation sections

This commit is contained in:
Jeremy Stretch
2018-07-16 16:21:46 -04:00
parent bacc183f1d
commit e879d09b0f
5 changed files with 102 additions and 169 deletions

View File

@@ -92,3 +92,9 @@ Finally, restart the WSGI service to run the new code. If you followed this guid
```no-highlight
# sudo supervisorctl restart netbox
```
If using webhooks, also restart the Redis worker:
```no-highlight
# sudo supervisorctl restart netbox-rqworker
```