From 5165d3bb60a9fbe02be4b3548a3b5dba18eac3a3 Mon Sep 17 00:00:00 2001 From: Maruf Khan Date: Tue, 11 Oct 2022 11:10:49 +0600 Subject: [PATCH] Can't delete user from admin panel. Fixes #4 --- root/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/root/settings.py b/root/settings.py index dfcaef6..9f0c4da 100644 --- a/root/settings.py +++ b/root/settings.py @@ -51,6 +51,7 @@ # 3rd-party apps 'allauth', 'allauth.account', + 'allauth.socialaccount', 'rest_framework', 'rest_framework.authtoken', 'rest_framework_simplejwt.token_blacklist',