1
0
Fork 1
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:
Erik Telepovský 2017-11-05 10:21:30 +01:00
parent 08512ac316
commit 45488cb725
3 changed files with 31 additions and 0 deletions

View file

@ -43,6 +43,7 @@ resend_message_received_signal.short_description = (
class MailboxAdmin(admin.ModelAdmin):
list_display = (
'name',
'user',
'uri',
'from_email',
'active',