alexrudy / flask-attachments

Add binary attachments to be served as files to an SQLAlchemy-based flask application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Attachments

PyPI Tests Documentation Status BSD licensed

Flask Attachments provides a way to integrate arbitrary media with SQLAlchemy in a Flask website.

Useful if you can't have all of your media statically defined, and need to allow users or administrators to upload binary blobs of data.

  • Free software: BSD license

About

Add binary attachments to be served as files to an SQLAlchemy-based flask application

License:Other


Languages

Language:Python 100.0%