Skip to content
Snippets Groups Projects
Commit 8d4a3ac4 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Add app_name in urls

parent c7a08246
No related branches found
No related tags found
1 merge request!21Move to NetBox 4.x
......@@ -3,6 +3,7 @@ from netbox.views.generic import ObjectChangeLogView
from . import models, views
app_name = 'netbox_awx_plugin'
urlpatterns = (
path("awxs/", views.AWXListView.as_view(), name="awx_list"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment