Skip to content

Commit e19451b

Browse files
committed
Plug WG8333 in the plugins development docs
1 parent d08acca commit e19451b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/plugins/development.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Plugin Development
22

3+
!!! info "Help Improve the NetBox Plugins Framework!"
4+
We're looking for volunteers to help improve NetBox's plugins framework. If you have experience developing plugins, we'd love to hear from you! You can find more information about this initiative [here](https://github.com/netbox-community/netbox/discussions/8338).
5+
36
This documentation covers the development of custom plugins for NetBox. Plugins are essentially self-contained [Django apps](https://docs.djangoproject.com/en/stable/) which integrate with NetBox to provide custom functionality. Since the development of Django apps is already very well-documented, we'll only be covering the aspects that are specific to NetBox.
47

58
Plugins can do a lot, including:

0 commit comments

Comments
 (0)