mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 12:52:21 -06:00
Closes #10697: Move application registry into core app
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
from extras.registry import registry
|
||||
from netbox.registry import registry
|
||||
from netbox.search.backends import search_backend
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user