signer.admin ============ .. py:module:: signer.admin .. autoapi-nested-parse:: Admin configuration for Signer app. Module Contents --------------- .. py:class:: SignerAdmin Bases: :py:obj:`django.contrib.admin.ModelAdmin`\ [\ :py:obj:`signer.models.SignerModel`\ ] Admin interface for SignerModel. .. py:attribute:: list_display :value: ('unique_name', 'is_active', 'created_at', 'updated_at') .. py:attribute:: list_filter :value: ('is_active', 'created_at', 'updated_at') .. py:attribute:: search_fields :value: ('unique_name',) .. py:attribute:: readonly_fields :value: ('created_at', 'updated_at') .. py:class:: SignedMessageAdmin Bases: :py:obj:`django.contrib.admin.ModelAdmin`\ [\ :py:obj:`signer.models.SignedMessageModel`\ ] Admin interface for SignedMessageModel. .. py:attribute:: list_display :value: ('signer', 'hash_value', 'created_at') .. py:attribute:: list_filter :value: ('signer', 'created_at') .. py:attribute:: search_fields :value: ('signer__unique_name', 'hash_value') .. py:attribute:: readonly_fields :value: ('created_at',)