{ "info": { "author": "Mark Redar", "author_email": "mredar@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-dublincore\n=================\n\nA Django plugin app for applying Dublin Core Metadata to any Django model.\n\n\nThis uses the Django contenttype framework and generic relations to apply a varying number of \nmetadata terms to any Django model.\n\n`[Dublin Core Metadata Terms] `_\n\nQuick start\n-----------\n\n1. git clone https://github.com/mredar/django-dublincore.git\n2. cd django-dublincore\n3. python setup.py install\n4. Add \"dublincore\" to your INSTALLED_APPS setting::\n\n INSTALLED_APPS = (\n ...\n 'dublincore',\n )\n\n5. Run `python manage.py syncdb` to create the dublincore db tables.\n\n6. Start the development server and visit http://127.0.0.1:8000/admin/ to attach some Dublin Core metadata to your objects. (admin app must be installed)\n\n7. Add this to models you wish to add dublincore attributes to::\n\n from django.contrib.contenttypes import generic\n from dublincore.models import QualifiedDublinCoreElement\n ...\n\n class Thing(models.Model):\n '''Some Thing\n with dublincore metadata attached\n '''\n \tQDCElements = generic.GenericRelation(QualifiedDublinCoreElement)\n\n\nTODO:\n\n0. Make tests work from clean install\n1. improve install process (one cmd)\n2. performance analysis - i've read that abstract classes containing datbase fields have a bad performance hit.\n3. sample views and usage\n4. Better Documentation\n5. support dublin core terms (currently just element with \"qualifier\")", "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/mredar/django-dublincore", "keywords": null, "license": "BSD License - see LICENSE file", "maintainer": null, "maintainer_email": null, "name": "django-dublincore", "package_url": "https://pypi.org/project/django-dublincore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-dublincore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mredar/django-dublincore" }, "release_url": "https://pypi.org/project/django-dublincore/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to attach Dublin Core metadata to arbitrary Django objects", "version": "0.1" }, "last_serial": 789510, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "74d4cb9e61224545c7f97245dd3ddb2d", "sha256": "d00fc3e4533bea5cf730c6e7cb86f2be06c1fcb9c5426bc4c62b9cf80f5dd833" }, "downloads": -1, "filename": "django-dublincore-0.1.tar.gz", "has_sig": false, "md5_digest": "74d4cb9e61224545c7f97245dd3ddb2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5812, "upload_time": "2013-03-07T23:50:02", "url": "https://files.pythonhosted.org/packages/f1/2a/15a05441f88dff32d0269b52fc2ab5fc2efc0e673636d4f47de4d78cd776/django-dublincore-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74d4cb9e61224545c7f97245dd3ddb2d", "sha256": "d00fc3e4533bea5cf730c6e7cb86f2be06c1fcb9c5426bc4c62b9cf80f5dd833" }, "downloads": -1, "filename": "django-dublincore-0.1.tar.gz", "has_sig": false, "md5_digest": "74d4cb9e61224545c7f97245dd3ddb2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5812, "upload_time": "2013-03-07T23:50:02", "url": "https://files.pythonhosted.org/packages/f1/2a/15a05441f88dff32d0269b52fc2ab5fc2efc0e673636d4f47de4d78cd776/django-dublincore-0.1.tar.gz" } ] }