some more update

This commit is contained in:
Ross
2023-11-12 17:41:46 +00:00
parent f5072126e7
commit 0fad480db4
12 changed files with 292 additions and 7 deletions
+1
View File
@@ -88,6 +88,7 @@ urlpatterns = [
views.UpdateUserProfileView.as_view(),
name="account_profile_update",
),
path("people", views.people, name="people"),
path("accounts/", views.UserListTableView.as_view(), name="accounts_list"),
#path("accounts/", views.UserListView.as_view(), name="accounts_list"),
path("accounts/", include("django.contrib.auth.urls")),