Palvin is a SQLAlchemy based common models.
You can use it for
- using in many project that used same models.
Fork.
fork this project.
Move your project path.
cd YOUR_PROJECT_PATH
Use git-submodule (git-submodule).
git submodule add git@github.com:YukSeungChan/palvin.git
├── something-api
│ ├── app (application)
│ │ ├── __init__.py
│ ├── palvin (common models)
├── something-admin
│ ├── app (application)
│ │ ├── __init__.py
│ ├── palvin (common models)