1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Modifying admin display; adding help text.

This commit is contained in:
Adam Coddington 2012-10-28 12:41:36 -07:00
parent 0cdf0e4126
commit 9615568108
2 changed files with 8 additions and 0 deletions

View file

@ -12,6 +12,7 @@ class MailboxAdmin(admin.ModelAdmin):
list_display = (
'name',
'uri',
'from_email',
'active',
)
actions = [get_new_mail]