1:创建数据库以及更新数据库 #!/usr/bin/env python # -*- coding:utf-8 -*- from sqlalchemy.ext.declarative import declarative_base from sqlalchemy import Column, Int Read More
posted @ 2020-09-27 22:34 PythonNew_Mr.Wang Views(652) Comments(0) Diggs(0)
manage.py: from BlueMap.pro_flask import create_app app = create_app() if __name__ == '__main__': app.run() settins.py # debug模式 class DebugSetting(ob Read More
posted @ 2020-09-27 14:08 PythonNew_Mr.Wang Views(472) Comments(0) Diggs(0)