diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-27 20:25:04 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-27 20:25:04 +0000 |
commit | dfc5ede55ee0bb70be9f5317324409d5f0eb763a (patch) | |
tree | d245e6fdfb5cfeda72a2e533988f0315fab47073 /ctrack/caf/apps.py | |
parent | d0ac61da601f46e383ea865b784d347229ac41dc (diff) |
added register and caf applications
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/apps.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ctrack/caf/apps.py b/ctrack/caf/apps.py new file mode 100644 index 0000000..d8ae85f --- /dev/null +++ b/ctrack/caf/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class CafConfig(AppConfig): + name = 'ctrack.caf' + verbose_name = "CAF Register" |