Actually bind flask-admin to the mail servers
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
from freeposte import app
|
||||
from freeposte import app, db
|
||||
|
||||
|
||||
# Initialize the database if required (first launch)
|
||||
db.create_all()
|
||||
db.session.commit()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user