diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/compliance/apps.py | 6 |
1 files changed, 6 insertions, 0 deletions
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" |