mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
optionable reference to user model
This commit is contained in:
parent
08512ac316
commit
45488cb725
3 changed files with 31 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ resend_message_received_signal.short_description = (
|
|||
class MailboxAdmin(admin.ModelAdmin):
|
||||
list_display = (
|
||||
'name',
|
||||
'user',
|
||||
'uri',
|
||||
'from_email',
|
||||
'active',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue