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
+6
View File
@@ -0,0 +1,6 @@
from flask_migrate import Migrate
from entrance.extend.orm import db
from entrance.models import model_lists
migrate = Migrate(db=db, directory='entrance/migrations')