2022/1/22

This commit is contained in:
resonate
2022-01-22 20:07:07 +08:00
parent 027481ce56
commit 0bec251f08
22 changed files with 463 additions and 43 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
from flask import Flask
from flask_restx import Api
from flask import Blueprint
from entrance.namespaces import namespaces
from entrance.extend.orm import db
from entrance.extend.migrate import migrate
def init_extensions(app: Flask):
pass
db.init_app(app)
migrate.init_app(app)