How to create a SQLAlchemy database in one python file and use it in another python file of same project?

前端 未结 0 1607
温柔的废话
温柔的废话 2021-01-28 20:44

I am using flask_sqlalchemy to create a database in file1.py as:

from flask import Flask
from flask_sqlalchemy import SQLAl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题