文件名称:palvin:基于 SQLAlchemy 的常用模型
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-29 11:01:46
Python
介绍 Palvin 是一个基于 SQLAlchemy 的通用模型。 您可以将其用于 在许多使用相同模型的项目中使用。 用法 叉。 fork this project. 移动您的项目路径。 cd YOUR_PROJECT_PATH 使用 git-submodule ( )。 git submodule add git@github.com:YukSeungChan/palvin.git 例子 东西-api ├── something-api │ ├── app (application) │ │ ├── __init__.py │ ├── palvin (common models) 东西管理员 ├── something-admin │ ├── app
【文件预览】:
palvin-master
----.gitignore(2KB)
----README.md(794B)
----config.py(686B)
----utils.py(2KB)
----models()
--------__init__.py(767B)
--------media()
----aws()
--------s3.py(916B)
--------__init__.py(22B)
----__init__.py(23B)
----requirements.txt(74B)
----database.py(4KB)