mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-20 20:32:25 -06:00
Closes #10697: Move application registry into core app
This commit is contained in:
@@ -3,7 +3,7 @@ from django.core.exceptions import ImproperlyConfigured
|
||||
from django.urls import reverse
|
||||
from django.urls.exceptions import NoReverseMatch
|
||||
|
||||
from extras.registry import registry
|
||||
from netbox.registry import registry
|
||||
from .permissions import resolve_permission
|
||||
|
||||
__all__ = (
|
||||
|
||||
Reference in New Issue
Block a user