/palvin

SQLAlchemy based common models

Primary LanguagePython

INTRODUCTION

Palvin is a SQLAlchemy based common models.

You can use it for

  • using in many project that used same models.

Usage

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

Example

something-api

├── something-api
│   ├── app                 (application)
│   │   ├── __init__.py     
│   ├── palvin              (common models)

something-admin

├── something-admin
│   ├── app                 (application)
│   │   ├── __init__.py     
│   ├── palvin              (common models)