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 /config/settings | |
parent | d0ac61da601f46e383ea865b784d347229ac41dc (diff) |
added register and caf applications
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index fa52962..83317ca 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -77,6 +77,8 @@ THIRD_PARTY_APPS = [ LOCAL_APPS = [ "ctrack.users.apps.UsersConfig", "ctrack.organisations.apps.OrganisationsConfig", + "ctrack.caf.apps.CafConfig", + "ctrack.register.apps.RegisterConfig", # Your stuff: custom apps go here ] # https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps |