معرفی شرکت ها


django-mongo-storage-0.3.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A mongo GridFS storage backend for django.
ویژگی مقدار
سیستم عامل -
نام فایل django-mongo-storage-0.3.1
نام django-mongo-storage
نسخه کتابخانه 0.3.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aaron Madison
ایمیل نویسنده aaron.l.madison@gmail.com
آدرس صفحه اصلی https://github.com/madisona/django-mongo-storage
آدرس اینترنتی https://pypi.org/project/django-mongo-storage/
مجوز UNKNOWN
A helper app for using MongoDB's GridFS as a storage backend for django. mongo_storage contents include: models.py - MongoFileModel: a model mixin creating a MongoFileField called content - MongoDeleteFileModel: 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


نحوه نصب


نصب پکیج whl django-mongo-storage-0.3.1:

    pip install django-mongo-storage-0.3.1.whl


نصب پکیج tar.gz django-mongo-storage-0.3.1:

    pip install django-mongo-storage-0.3.1.tar.gz