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.3.tar.gz (6.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-mongo-storage-0.3.tar.gz
Algorithm Hash digest
SHA256 d57ae43da773704e879b53002ce8add629e220554f50ef8ab2b6dbde8a764db8
MD5 57c4a4f62a519ef508320ebe88e7d5fa
BLAKE2b-256 01b4edeb30a971bf8746cc36437a806decdb4abf71ca3d226ce8dfefae6f65bd

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