aboutsummaryrefslogtreecommitdiffstats
path: root/src/resource_inventory/urls.py
diff options
context:
space:
mode:
authorJacob Hodgdon <jhodgdon@iol.unh.edu>2021-08-24 15:48:36 -0400
committerRaven Hodgdon <jhodgdon@iol.unh.edu>2021-09-14 16:57:19 -0400
commiteb75b380a32c65dc8d0857bae093c7a96f30f024 (patch)
treec23c61a3e16a5d946fd0743748065767b5256fa7 /src/resource_inventory/urls.py
parent4e8c162a104a46f7625b0ad624285ed39568d3a1 (diff)
removal of jira
Change-Id: I1b1da49147219d94837cdd50b908ba30f8cf961c Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu> Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu> Signed-off-by: Raven Hodgdon <jhodgdon@iol.unh.edu>
Diffstat (limited to 'src/resource_inventory/urls.py')
-rw-r--r--src/resource_inventory/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource_inventory/urls.py b/src/resource_inventory/urls.py
index a008176..a9a4d43 100644
--- a/src/resource_inventory/urls.py
+++ b/src/resource_inventory/urls.py
@@ -29,7 +29,7 @@ from django.conf.urls import url
from resource_inventory.views import HostView, hostprofile_detail_view
-app_name = "resource"
+app_name = 'resource'
urlpatterns = [
url(r'^hosts$', HostView.as_view(), name='hosts'),
url(r'^profiles/(?P<hostprofile_id>.+)/$', hostprofile_detail_view, name='host_detail'),