From dfc5ede55ee0bb70be9f5317324409d5f0eb763a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 27 Jan 2020 20:25:04 +0000 Subject: added register and caf applications --- config/settings/base.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/settings/base.py') 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 -- cgit v1.2.3