Merge branch 'develop' into feature

This commit is contained in:
Jeremy Stretch
2024-04-03 08:43:12 -04:00
15 changed files with 266 additions and 335 deletions

View File

@@ -82,10 +82,10 @@ Plugins may package static files to be served directly by the HTTP front end. En
### Restart WSGI Service
Restart the WSGI service to load the new plugin:
Restart the WSGI service and RQ workers to load the new plugin:
```no-highlight
# sudo systemctl restart netbox
# sudo systemctl restart netbox netbox-rq
```
## Removing Plugins