Actually bind flask-admin to the mail servers
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from freeposte import db
|
||||
|
||||
|
||||
|
||||
class Domain(db.Model):
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
name = db.Column(db.String(80))
|
||||
|
||||
Reference in New Issue
Block a user