Add a docstring to admin.py
This commit is contained in:
parent
b0a07efe41
commit
624f2f48ed
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class ServicePatternAdmin(admin.ModelAdmin):
|
|||
|
||||
|
||||
class FederatedIendityProviderAdmin(admin.ModelAdmin):
|
||||
"""`FederatedIendityProvider` in admin interface"""
|
||||
fields = ('pos', 'suffix', 'server_url', 'cas_protocol_version', 'verbose_name', 'display')
|
||||
list_display = ('verbose_name', 'suffix', 'display')
|
||||
|
||||
|
|
Loading…
Reference in a new issue