{ "info": { "author": "Aaron Madison", "author_email": "aaron.l.madison@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "A helper app for using MongoDB's GridFS as a storage backend for django.\n\nmongo_storage contents include:\n\nmodels.py\n - MongoFileModel: a model mixin creating a MongoFileField called content\n - MongoDeleteFileModel: a model mixin that will delete the underlying\n file when the model is deleted\n\nfields.py\n - MongoFileField: a custom file field that gives you access to the\n file name through a 'file_name' property. Useful because the\n GridFSStorage makes Django store the MongoDB ObjectId instead\n of the file name.\n\nstorage.py\n - GridFSStorage: the Django storage module to interact with the pymongo,\n MongoDB's python adapters\n\nadmin.py\n - MongoFileAdminMixin: gives the ModelAdmin access to the stored\n file's file name and file size.\n - DeleteActionMixin: allows ModelAdmin to call the delete method on\n each model being deleted (so the underlying file will be delete\n also) when deleting items in bulk.\n\nDependencies:\n - mongodb Database\n - pymongo\n - django", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/madisona/django-mongo-storage", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-mongo-storage", "package_url": "https://pypi.org/project/django-mongo-storage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mongo-storage/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/madisona/django-mongo-storage" }, "release_url": "https://pypi.org/project/django-mongo-storage/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "A mongo GridFS storage backend for django.", "version": "0.3.1" }, "last_serial": 790115, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2ece6cccb7d6a91c3a9546a97e59f172", "sha256": "b81bfc81ff12ddbc3ead581e0f61b870b49805cab7d5e14da846a898dbc86708" }, "downloads": -1, "filename": "django-mongo-storage-0.1.tar.gz", "has_sig": false, "md5_digest": "2ece6cccb7d6a91c3a9546a97e59f172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5694, "upload_time": "2011-06-24T20:14:02", "url": "https://files.pythonhosted.org/packages/5c/83/20b6daa26e1820c6c3b082b46c65882fb0231419f062bed890a661988d09/django-mongo-storage-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cbc4b0789d58892b4f35a15698374692", "sha256": "234f44e0e1e6a1b8fdf62f68baf3d8c43bb016908cb4615ae6418d01b6bf8234" }, "downloads": -1, "filename": "django-mongo-storage-0.2.tar.gz", "has_sig": false, "md5_digest": "cbc4b0789d58892b4f35a15698374692", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5746, "upload_time": "2011-06-24T20:23:34", "url": "https://files.pythonhosted.org/packages/78/1b/60877e73d468038973d37fbc2bf4233ee388cdd0d2a05d94222fa353cbb4/django-mongo-storage-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "57c4a4f62a519ef508320ebe88e7d5fa", "sha256": "d57ae43da773704e879b53002ce8add629e220554f50ef8ab2b6dbde8a764db8" }, "downloads": -1, "filename": "django-mongo-storage-0.3.tar.gz", "has_sig": false, "md5_digest": "57c4a4f62a519ef508320ebe88e7d5fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6586, "upload_time": "2011-06-27T15:33:44", "url": "https://files.pythonhosted.org/packages/01/b4/edeb30a971bf8746cc36437a806decdb4abf71ca3d226ce8dfefae6f65bd/django-mongo-storage-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7cd86450f8ace2f69f62cb23d9a3a94c", "sha256": "b7c60bc198feea9555c62eb80830f73fc65096effacd0cafdf6a5f70f7881a73" }, "downloads": -1, "filename": "django-mongo-storage-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7cd86450f8ace2f69f62cb23d9a3a94c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6631, "upload_time": "2011-06-27T17:17:05", "url": "https://files.pythonhosted.org/packages/15/ff/9452a7b86d7ce306c1de00dc4fbeebe3d7275528674b7673e819d636e3a0/django-mongo-storage-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7cd86450f8ace2f69f62cb23d9a3a94c", "sha256": "b7c60bc198feea9555c62eb80830f73fc65096effacd0cafdf6a5f70f7881a73" }, "downloads": -1, "filename": "django-mongo-storage-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7cd86450f8ace2f69f62cb23d9a3a94c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6631, "upload_time": "2011-06-27T17:17:05", "url": "https://files.pythonhosted.org/packages/15/ff/9452a7b86d7ce306c1de00dc4fbeebe3d7275528674b7673e819d636e3a0/django-mongo-storage-0.3.1.tar.gz" } ] }