Improve user creation
This commit is contained in:
@@ -74,6 +74,11 @@ urlpatterns = [
|
||||
views.UpdateUserView.as_view(),
|
||||
name="account_update",
|
||||
),
|
||||
path(
|
||||
"accounts/delete/<int:pk>/",
|
||||
views.DeleteUserView.as_view(),
|
||||
name="account_delete",
|
||||
),
|
||||
path(
|
||||
"accounts/update_profile/<str:slug>/",
|
||||
views.UpdateUserProfileView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user