mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
Misc cleanup
This commit is contained in:
parent
70f25090cc
commit
3a01e13c88
@ -9,7 +9,7 @@ Disable the plugin by removing it from the `PLUGINS` list in `configuration.py`.
|
|||||||
|
|
||||||
## Remove its Configuration
|
## Remove its Configuration
|
||||||
|
|
||||||
Delete hte plugin's entry (if any) in the `PLUGINS_CONFIG` dictionary in `configuration.py`.
|
Delete the plugin's entry (if any) in the `PLUGINS_CONFIG` dictionary in `configuration.py`.
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
If there's a chance you may reinstall the plugin, consider commenting out any configuration parameters instead of deleting them.
|
If there's a chance you may reinstall the plugin, consider commenting out any configuration parameters instead of deleting them.
|
||||||
@ -18,6 +18,12 @@ Delete hte plugin's entry (if any) in the `PLUGINS_CONFIG` dictionary in `config
|
|||||||
|
|
||||||
Run the `reindex` management command to reindex the global search engine. This will remove any stale entries pertaining to objects provided by the plugin.
|
Run the `reindex` management command to reindex the global search engine. This will remove any stale entries pertaining to objects provided by the plugin.
|
||||||
|
|
||||||
|
```no-highlight
|
||||||
|
$ cd /opt/netbox/netbox/
|
||||||
|
$ source /opt/netbox/venv/bin/activate
|
||||||
|
(venv) $ python3 manage.py reindex
|
||||||
|
```
|
||||||
|
|
||||||
## Uninstall its Python Package
|
## Uninstall its Python Package
|
||||||
|
|
||||||
Use `pip` to remove the installed plugin:
|
Use `pip` to remove the installed plugin:
|
||||||
|
Loading…
Reference in New Issue
Block a user