create system user when creating a new hosting package

This commit is contained in:
Jan Dittberner 2015-01-22 00:19:30 +01:00
parent d4f68a155c
commit 888a2463c4
6 changed files with 110 additions and 10 deletions

View file

@ -96,6 +96,7 @@ class CustomerHostingPackageAdmin(admin.ModelAdmin):
CustomerMailboxOptionInline,
CustomerUserDatabaseOptionInline,
]
list_display = ['name', 'customer', 'osuser']
def get_form(self, request, obj=None, **kwargs):
"""