diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-20 19:47:15 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-20 19:47:15 +0000 |
commit | b56df3b59558e790b1e9a7a4aab16fa4c798110c (patch) | |
tree | f0b2e5d192a95e1634df96a89f6c3b4d7dc46334 /config/settings | |
parent | 9ebc666f819897aac04e9bc529a39fb40ee7abfb (diff) |
first passing test!
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index 15a3be8..fa52962 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -76,6 +76,7 @@ THIRD_PARTY_APPS = [ LOCAL_APPS = [ "ctrack.users.apps.UsersConfig", + "ctrack.organisations.apps.OrganisationsConfig", # Your stuff: custom apps go here ] # https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps |