{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Tagging Translated\n=========================\n\nRegisters the ``Tag`` model of\n`django-tagging `_ for\n`simple-translation `_ and\nextends the Tag admin.\n\n\nInstallation\n------------\n\nPrerequisites:\n\n* Django\n* django-tagging\n* simple-translation\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-tagging-translated\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-tagging-translated.git#egg=tagging_translated\n\nAdd ``tagging_translated`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'tagging_translated',\n )\n\nRun the South migrations::\n\n ./manage.py migrate tagging_translated\n\n\nUsage\n-----\n\nWhen you create tags, for example via the Entry admin of cmsplugin-blog,\nthe english translation will be generated automatically. You can use it in\nyour templates like so::\n\n {% load i18n simple_translation_tags %}\n\n {% with tag|get_preferred_translation_from_request:request as tag_title %}\n

{{ tag_title.trans_name }}

\n {% endwith %}\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-tagging-translated", "keywords": "django,tagging,i18n,translation,simple-translation", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-tagging-translated", "package_url": "https://pypi.org/project/django-tagging-translated/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-tagging-translated/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-tagging-translated" }, "release_url": "https://pypi.org/project/django-tagging-translated/0.1/", "requires_dist": null, "requires_python": null, "summary": "Registers the Tag model for simple-translation and extends the Tag admin.", "version": "0.1" }, "last_serial": 790817, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d5077874bccddefdfb98020714089a1e", "sha256": "062afcaa8f6d327d72e7e08f38ca6aa7a04dfe6a40e0ce713f04ba1411b41e59" }, "downloads": -1, "filename": "django-tagging-translated-0.1.tar.gz", "has_sig": false, "md5_digest": "d5077874bccddefdfb98020714089a1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4452, "upload_time": "2013-02-28T05:58:02", "url": "https://files.pythonhosted.org/packages/7f/b7/c177f6a827fed9d6f4c83aa9ec5cc32f869014ff8a731ede9032fe0500b7/django-tagging-translated-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5077874bccddefdfb98020714089a1e", "sha256": "062afcaa8f6d327d72e7e08f38ca6aa7a04dfe6a40e0ce713f04ba1411b41e59" }, "downloads": -1, "filename": "django-tagging-translated-0.1.tar.gz", "has_sig": false, "md5_digest": "d5077874bccddefdfb98020714089a1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4452, "upload_time": "2013-02-28T05:58:02", "url": "https://files.pythonhosted.org/packages/7f/b7/c177f6a827fed9d6f4c83aa9ec5cc32f869014ff8a731ede9032fe0500b7/django-tagging-translated-0.1.tar.gz" } ] }