mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 20:36:26 -06:00
Formatting & readability
This commit is contained in:
parent
5471786b46
commit
5231464b27
@ -109,7 +109,7 @@ By default, NetBox will prevent the creation of duplicate prefixes and IP addres
|
||||
## EVENTS_PIPELINE
|
||||
|
||||
|
||||
Default: ['extras.events.process_event_queue',]
|
||||
Default: `['extras.events.process_event_queue',]`
|
||||
|
||||
NetBox will call dotted paths to the functions listed here for events (create, update, delete) on models as well as when custom EventRules are fired.
|
||||
|
||||
|
@ -114,7 +114,7 @@ NetBox looks for the `config` variable within a plugin's `__init__.py` to load i
|
||||
| `max_version` | Maximum version of NetBox with which the plugin is compatible |
|
||||
| `middleware` | A list of middleware classes to append after NetBox's build-in middleware |
|
||||
| `queues` | A list of custom background task queues to create |
|
||||
| `events_pipeline` | An optional list of dotted paths to add to the [`EVENTS_PIPELINE`](./miscellaneous.md#events_pipeline) |
|
||||
| `events_pipeline` | A list of handlers to add to [`EVENTS_PIPELINE`](./miscellaneous.md#events_pipeline), identified by dotted paths |
|
||||
| `search_extensions` | The dotted path to the list of search index classes (default: `search.indexes`) |
|
||||
| `data_backends` | The dotted path to the list of data source backend classes (default: `data_backends.backends`) |
|
||||
| `template_extensions` | The dotted path to the list of template extension classes (default: `template_content.template_extensions`) |
|
||||
|
Loading…
Reference in New Issue
Block a user