{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Object Attachments\n=========================\n\nAllows you to add attachments to any object. Extends the object's model admin\nwith a tabular inline for adding documents. This is based on\n`django-filer `_ and\n`django-document-library `_.\n\nInstallation\n------------\n\nYou need to install the following prerequisites in order to use this app:\n\n* Django\n* django-cms\n* cmsplugin-blog\n* django-filer\n* django-document-library\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-object-attachments\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-object-attachments.git#egg=object_attachments\n\nAdd ``object_attachments`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'object_attachments',\n )\n\nRun the migrations:: \n\n ./manage.py migrate object_attachments\n\n\nUsage\n-----\n\nIn your project's ``models.py`` or any file that get's loaded early, do the\nfollowing::\n\n from yourapp.admin import YourAdmin\n from object_attachments.admin import ObjectAttachmentInline\n\n YourAdmin.inlines = YourAdmin.inlines[:] + [ObjectAttachmentInline]\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/django-object-attachments", "keywords": "django,extension,admin,attachment,document", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-object-attachments", "package_url": "https://pypi.org/project/django-object-attachments/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-object-attachments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-object-attachments" }, "release_url": "https://pypi.org/project/django-object-attachments/0.1/", "requires_dist": null, "requires_python": null, "summary": "Allows to add django-document-library objects to a any other object.", "version": "0.1" }, "last_serial": 790189, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cb0bf05a3a070a02c529e484b8b8634a", "sha256": "a9729a3ab644282e8ab9b9450f6d44b25e6754ba6d575b37bd916bbdb8e80ce9" }, "downloads": -1, "filename": "django-object-attachments-0.1.tar.gz", "has_sig": false, "md5_digest": "cb0bf05a3a070a02c529e484b8b8634a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7352, "upload_time": "2013-03-05T15:07:32", "url": "https://files.pythonhosted.org/packages/5a/3d/ef9f21ab18011b4f45a1c16727c6fedbecaf4b6693d293b130b3b5df4265/django-object-attachments-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb0bf05a3a070a02c529e484b8b8634a", "sha256": "a9729a3ab644282e8ab9b9450f6d44b25e6754ba6d575b37bd916bbdb8e80ce9" }, "downloads": -1, "filename": "django-object-attachments-0.1.tar.gz", "has_sig": false, "md5_digest": "cb0bf05a3a070a02c529e484b8b8634a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7352, "upload_time": "2013-03-05T15:07:32", "url": "https://files.pythonhosted.org/packages/5a/3d/ef9f21ab18011b4f45a1c16727c6fedbecaf4b6693d293b130b3b5df4265/django-object-attachments-0.1.tar.gz" } ] }