decouple mailbox from domain
This commit is contained in:
parent
618a9b8c11
commit
cc7f5247ab
2 changed files with 54 additions and 1 deletions
|
@ -18,7 +18,6 @@ class MailDomain(models.Model):
|
|||
|
||||
class Mailbox(models.Model):
|
||||
username = models.CharField(max_length=128, unique=True)
|
||||
domain = models.ForeignKey(MailDomain)
|
||||
password = models.CharField(max_length=255)
|
||||
home = models.CharField(max_length=255)
|
||||
uid = models.PositiveSmallIntegerField()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue