diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-02-25 07:10:34 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-02-25 07:10:34 +0000 |
commit | fdf52fb15cb594f8717b852c33a292149a21b8b8 (patch) | |
tree | 47231f250e2558893c167c189f58a1e8b14d0a9c /config | |
parent | 257d5fbdc2b6336f5a3799aeec3bc906348d59ee (diff) |
tiding
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 2 | ||||
-rw-r--r-- | config/urls.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index 12973a6..83317ca 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -70,7 +70,7 @@ THIRD_PARTY_APPS = [ "crispy_forms", "allauth", "allauth.account", -# "allauth.socialaccount", + "allauth.socialaccount", "rest_framework", ] diff --git a/config/urls.py b/config/urls.py index cd7f6f2..43bec0d 100644 --- a/config/urls.py +++ b/config/urls.py @@ -21,7 +21,6 @@ urlpatterns = [ "organisations/", include("ctrack.organisations.urls", namespace="organisations"), ), - path("register/", include("ctrack.organisations.urls", namespace="register")), path("caf/", include("ctrack.caf.urls", namespace="caf")), path("accounts/", include("allauth.urls")), # Your stuff: custom urls includes go here |