=========================== Django admin =========================== Admin preferences ================== :term:`Staff` and :term:`Superusers` can customize :term:`django admin` interface by creating an :url:`Admin preference` object linked to their account. .. note:: Editing preferences requires "Can add admin preference" and "Can change admin preference" :term:`permissions `. Favorite fields ----------------- Marking fields as favourite will bring them to the top of the admin page for easier access in a large model. .. code-block:: json :caption: Example: add "app review fields" in "Form config" model as favorite { "auditformconfig": [ "app_review_fields" ] }