aboutsummaryrefslogtreecommitdiffstats
path: root/config/settings/gcloud_settings.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-21 09:59:30 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-21 09:59:30 +0100
commit89da43fb56d036dc11420c9f7246c19854512517 (patch)
tree8440746edfb7120d31cd3655bd2d582df22ba75d /config/settings/gcloud_settings.py
parent3a4073a6f6d4c6d03f2464120d7d8a6fdbed42b1 (diff)
first stab at a new compliance app for doing overview view and later audit and inspection stuff
Diffstat (limited to '')
-rw-r--r--config/settings/gcloud_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/settings/gcloud_settings.py b/config/settings/gcloud_settings.py
index 7f57ee7..c0c79a5 100644
--- a/config/settings/gcloud_settings.py
+++ b/config/settings/gcloud_settings.py
@@ -165,6 +165,7 @@ INSTALLED_APPS = [
"ctrack.register.apps.RegisterConfig",
"ctrack.assessments.apps.AssessmentsConfig",
"ctrack.core.apps.CoreConfig",
+ "ctrack.compliance.apps.ComplianceConfig",
]
MIDDLEWARE = [