blob: 769daeecd28f32679e31e6b3dddb5594462a56eb (
plain) (
blame)
1
2
3
4
5
6
7
|
SQLAlchemy-ImageAttach is a SQLAlchemy extension for attaching images to entity
objects. It provides the following features:
- Storage backend interface
- Maintaining multiple image sizes
- Every image has its URL
- SQLAlchemy transaction aware
|