Initialize the databae properly
This commit is contained in:
6
admin/initdb.py
Normal file
6
admin/initdb.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from freeposte import db
|
||||
|
||||
|
||||
# Initialize the database
|
||||
db.create_all()
|
||||
db.session.commit()
|
||||
Reference in New Issue
Block a user