Initial commit
This commit is contained in:
commit
db896255d6
744 changed files with 56028 additions and 0 deletions
7
api/extensions/ext_database.py
Normal file
7
api/extensions/ext_database.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
|
||||
|
||||
def init_app(app):
|
||||
db.init_app(app)
|
||||
Loading…
Add table
Add a link
Reference in a new issue