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/settings/base.py | |
parent | 257d5fbdc2b6336f5a3799aeec3bc906348d59ee (diff) |
tiding
Diffstat (limited to 'config/settings/base.py')
-rw-r--r-- | config/settings/base.py | 2 |
1 files changed, 1 insertions, 1 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", ] |