摘要:
import osdef create_models(): db_url = "mysql+pymysql://root:password@localhost:3306/test?charset=utf8mb4" project_path = os.getcwd() print(project_pa 阅读全文
摘要:
import datetimeclass SerializrAbleMixin(object): """A SQLAlchemy mixin class that can serialize itself as a JSON object""" # args 自定义序列化字段 is_except 序 阅读全文