From 89da43fb56d036dc11420c9f7246c19854512517 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 21 Oct 2020 09:59:30 +0100 Subject: first stab at a new compliance app for doing overview view and later audit and inspection stuff --- config/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config/urls.py') diff --git a/config/urls.py b/config/urls.py index f282893..f05a09b 100644 --- a/config/urls.py +++ b/config/urls.py @@ -10,6 +10,7 @@ admin.site.site_header = "ctrack admin" urlpatterns = [ path("", include("ctrack.core.urls", namespace="core")), + path("compliance/", include("ctrack.compliance.urls", namespace="compliance")), path( "about/", TemplateView.as_view(template_name="pages/about.html"), name="about" ), -- cgit v1.2.3