Skip to main content

A mongo GridFS storage backend for django

Project description

A helper app for using MongoDB’s GridFS as a storage backend for django.

mongo_storage contents include:

models.py
  • MongoFileMixin: a model mixin creating a MongoFileField called content

  • MongoDeleteFileMixin: a model mixin that will delete the underlying file when the model is deleted

fields.py
  • MongoFileField: a custom file field that gives you access to the file name through a ‘file_name’ property. Useful because the GridFSStorage makes Django store the MongoDB ObjectId instead of the file name.

storage.py
  • GridFSStorage: the Django storage module to interact with the pymongo, MongoDB’s python adapters

admin.py
  • MongoFileAdminMixin: gives the ModelAdmin access to the stored file’s file name and file size.

  • DeleteActionMixin: allows ModelAdmin to call the delete method on each model being deleted (so the underlying file will be delete also) when deleting items in bulk.

Dependencies:
  • mongodb Database

  • pymongo

  • django

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mongo-storage-0.2.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file django-mongo-storage-0.2.tar.gz.

File metadata

File hashes

Hashes for django-mongo-storage-0.2.tar.gz
Algorithm Hash digest
SHA256 234f44e0e1e6a1b8fdf62f68baf3d8c43bb016908cb4615ae6418d01b6bf8234
MD5 cbc4b0789d58892b4f35a15698374692
BLAKE2b-256 781b60877e73d468038973d37fbc2bf4233ee388cdd0d2a05d94222fa353cbb4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page