mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #10697: Move application registry into core app
This commit is contained in:
@ -2,7 +2,7 @@ from django.urls import path
|
||||
from django.utils.module_loading import import_string
|
||||
from django.views.generic import View
|
||||
|
||||
from extras.registry import registry
|
||||
from netbox.registry import registry
|
||||
|
||||
|
||||
def get_model_urls(app_label, model_name):
|
||||
|
Reference in New Issue
Block a user