Skip to content

Commit

Permalink
Fixes #1072 - Code cleanup for unused registration module (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm committed Jun 16, 2022
1 parent c104d4b commit b94ed3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions dashboard/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,3 @@
path('accounts/login/', auth_views.LoginView.as_view(), name='login'),
path('accounts/logout/', auth_views.LogoutView.as_view(), name='logout'),
)

if apps.is_installed('registration'):
urlpatterns += (
# This URL *does* need a trailing slash because of the include
path('accounts/', include('registration.backends.default.urls')),
)
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ gunicorn==20.1.0
Django==3.2.13
whitenoise==5.3.0

django-registration==3.2
# No update since 2018
django-cron==0.5.1
django-watchman==1.2.0
Expand Down

0 comments on commit b94ed3a

Please sign in to comment.