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 --- ctrack/compliance/apps.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ctrack/compliance/apps.py (limited to 'ctrack/compliance/apps.py') diff --git a/ctrack/compliance/apps.py b/ctrack/compliance/apps.py new file mode 100644 index 0000000..e606f63 --- /dev/null +++ b/ctrack/compliance/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class ComplianceConfig(AppConfig): + name = 'ctrack.compliance' + verbose_name = "Compliance" -- cgit v1.2.3