mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-16 10:29:51 +01:00
add is_stuff to admin (#156)
This commit is contained in:
parent
adf3d4377f
commit
2226b6afbf
@ -17,7 +17,6 @@ class UserAdmin(admin.ModelAdmin):
|
|||||||
"last_name",
|
"last_name",
|
||||||
"media_count",
|
"media_count",
|
||||||
"date_joined",
|
"date_joined",
|
||||||
"is_staff",
|
|
||||||
"is_active",
|
"is_active",
|
||||||
)
|
)
|
||||||
list_display = [
|
list_display = [
|
||||||
|
Loading…
Reference in New Issue
Block a user