Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

lu911/palvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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)

About

SQLAlchemy based common models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages