We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87eee11 commit f62c4f3Copy full SHA for f62c4f3
1 file changed
users/admin.py
@@ -32,6 +32,7 @@
32
UserWorkExperience,
33
)
34
35
+
36
@admin.register(Permission)
37
class PermissionAdmin(admin.ModelAdmin):
38
list_display = ("id", "content_type", "codename", "name")
0 commit comments