Django admin

Admin preferences

Staff and Superusers can customize django admin interface by creating an Admin preference object linked to their account.

Note

Editing preferences requires “Can add admin preference” and “Can change admin preference” permissions.

Favorite fields

Marking fields as favourite will bring them to the top of the admin page for easier access in a large model.

Example: add “app review fields” in “Form config” model as favorite
{
  "auditformconfig": [
    "app_review_fields"
  ]
}