django-database-storage

A utility for Django that implements the Django Storage API
Download

django-database-storage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Mueller

django-database-storage Tags


django-database-storage Description

django-database-storage is a Django utility that implements the Django Storage API (for storing FileFields, ImageFields, etc.) and stores the contents of the files in your Django database instead of on the filesystem.This is mainly intended to be an easy-to-use way to store file attachments and get rid of the pain of managing filesystem access at run time, and the deployment issues that come with it. If your file attachment needs are simple, this will generally be a quick way to get your app working.Getting Started1. Install (pip install django-database-storage)2. Read the help: ./manage.py shell ... >>> from database_storage import DatabaseStorage >>> help(DatabaseStorage)Product's homepage


django-database-storage Related Software