1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #14889: Update source path for DataBackend class

This commit is contained in:
Jeremy Stretch
2024-01-22 14:54:02 -05:00
parent fd5392563f
commit 3aaf370d4a

View File

@ -20,4 +20,4 @@ backends = [MyDataBackend]
!!! tip
The path to the list of search indexes can be modified by setting `data_backends` in the PluginConfig instance.
::: core.data_backends.DataBackend
::: netbox.data_backends.DataBackend