Skip to content

Commit

Permalink
Remove unnecessary allauth package (#1155)
Browse files Browse the repository at this point in the history
* Remove unnecessary allauth package

* Update to poetry lock file
  • Loading branch information
okaycj authored Apr 6, 2023
1 parent dc3da6e commit 17a59db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 deletions.
86 changes: 1 addition & 85 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
"django.forms",
# "django.contrib.admin",
"project.apps.TwoFactorAuthProtectedAdminConfig",
# "allauth.socialaccount",
# "allauth.account",
]

MIDDLEWARE = [
Expand Down Expand Up @@ -119,7 +117,6 @@
"accounts.backends.TwoFactorAuthenticationBackend",
"django.contrib.auth.backends.ModelBackend", # this is default
"guardian.backends.ObjectPermissionBackend",
# "allauth.account.auth_backends.AuthenticationBackend",
)

ROOT_URLCONF = "project.urls"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ celery = "4.4.7"
ciso8601 = "2.1.3"
Django = "3.2.11"
django-ace-overlay = { git = "https://github.com/lookit/django-ace-overlay.git", branch = "master" }
django-allauth = "0.42.0"
django-bitfield = "2.1.0"
django-bootstrap5 = "22.2"
django-celery-beat = "2.0.0"
Expand Down

0 comments on commit 17a59db

Please sign in to comment.