mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Show user uuid field in django admin panel
This commit is contained in:
@@ -69,10 +69,11 @@ class KhojUserAdmin(UserAdmin):
|
|||||||
"id",
|
"id",
|
||||||
"email",
|
"email",
|
||||||
"username",
|
"username",
|
||||||
|
"phone_number",
|
||||||
"is_active",
|
"is_active",
|
||||||
|
"uuid",
|
||||||
"is_staff",
|
"is_staff",
|
||||||
"is_superuser",
|
"is_superuser",
|
||||||
"phone_number",
|
|
||||||
)
|
)
|
||||||
search_fields = ("email", "username", "phone_number", "uuid")
|
search_fields = ("email", "username", "phone_number", "uuid")
|
||||||
filter_horizontal = ("groups", "user_permissions")
|
filter_horizontal = ("groups", "user_permissions")
|
||||||
|
|||||||
Reference in New Issue
Block a user