Netbox-plugin-reloader

Latest version: v0.0.2

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.0.2

- Fix: Fixes broken 0.0.1 release
**Full Changelog**: https://github.com/Kani999/netbox-plugin-reloader/compare/0.0.1...0.0.2

0.0.1

We are excited to announce the initial release of the NetBox Plugin Reloader!

**Features:**
- Dynamically registers plugin models that were missed during server startup
- Refreshes custom field form definitions to include newly registered models
- Helps solve integration issues between NetBox and other plugins
- No configuration required - works out of the box

**Installation:**
The plugin is available as a Python package on PyPI and can be installed with pip:
bash
pip install netbox-plugin-reloader

To enable the plugin, add it to the `PLUGINS` list in your `configuration.py`:
python
PLUGINS = [
'other_plugin',
'another_plugin',
'netbox-plugin-reloader', Always add netbox_plugin_reloader last!
]

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.