{ "info": { "author": "Akira Akaishi", "author_email": "akira.akaishi@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "=============\ndjango-taggit-forms\n=============\n\n.. image:: https://travis-ci.org/akiraakaishi/django-taggit-forms.svg?branch=master\n :target: https://travis-ci.org/akiraakaishi/django-taggit-forms\n\n.. image:: https://coveralls.io/repos/akiraakaishi/django-taggit-forms/badge.svg?branch=master\n :target: https://coveralls.io/r/akiraakaishi/django-taggit-forms?branch=master\n\n.. image:: https://codeclimate.com/github/akiraakaishi/django-taggit-forms/badges/gpa.svg\n :target: https://codeclimate.com/github/akiraakaishi/django-taggit-forms/badges/gpa.svg\n\n\n``django-taggit-forms`` handles form submissions to create a tag by use of the ``django-taggit`` package.\n\nUsage\n======\n\nAdd ``'taggit_forms'`` to your ``INSTALLED_APPS``.\n(Make sure that ``taggit`` and ``django.contrib.contenttypes`` are also included in ``INSTALLED_APPS``.)\nIn your root ``urls.py``, include ``'taggit_forms.urls'`` with the namespace ``'taggit_forms'``.\n\n.. code:: python\n\n urlpatterns = patterns('',\n # your urls\n \n url(r'^taggit_forms/', include('taggit_forms.urls', namespace='taggit_forms')),\n )\n\nThen, create your model to be tagged with:\n\n.. code:: python\n\n class MyModel(models.Model):\n tags = TaggableManager()\n\nThen, in your templates, render a tag-creation form for an instance of ``MyModel`` with the template tag ``render_tag_form``::\n\n {% load taggitforms%}\n {% render_tag_form my_obj %}\n\nThe form is rendered with the template ``taggit_forms/form.html``.\n\nAltenatively, use the template tag ``get_tag_form`` to assign the form as a context variable::\n\n {% get_tag_form my_obj as tag_form %}\n {% for field in tag_form %}\n {{ field }}\n {% endfor %}", "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/akiraakaishi/django-taggit-forms", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-taggit-forms", "package_url": "https://pypi.org/project/django-taggit-forms/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-taggit-forms/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/akiraakaishi/django-taggit-forms" }, "release_url": "https://pypi.org/project/django-taggit-forms/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Tag-creation forms for django-taggit", "version": "0.1.1" }, "last_serial": 1512159, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "afe121c0ce68745bde2bbc5068414009", "sha256": "1e72648342f094e1fd0eefeb606036b248f622883aef713b20fc48d830ccd60f" }, "downloads": -1, "filename": "django_taggit_forms-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afe121c0ce68745bde2bbc5068414009", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5898, "upload_time": "2015-04-20T03:09:43", "url": "https://files.pythonhosted.org/packages/1d/48/98d522f927c42e55453d3c3af099e6e4b4f97b4ffaf2d27016ba9463b987/django_taggit_forms-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b425b54b6f37bb88b257516560e0dced", "sha256": "3ce0d920a850deca95782fe5b6eb37082802837526c565e95fa1dc1cfd5e4210" }, "downloads": -1, "filename": "django-taggit-forms-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b425b54b6f37bb88b257516560e0dced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3898, "upload_time": "2015-04-20T03:09:40", "url": "https://files.pythonhosted.org/packages/d7/0c/68b10e117bb3c5a9e06a10220a74229c0f041f5532a9db93d3dfa58e1fed/django-taggit-forms-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d2d935de0910d94dda7ad19ba250f0ee", "sha256": "c44288693b92ba50866992dfacc75419898d281906a4d3f9de146136601b8f0a" }, "downloads": -1, "filename": "django_taggit_forms-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2d935de0910d94dda7ad19ba250f0ee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7738, "upload_time": "2015-04-20T05:43:29", "url": "https://files.pythonhosted.org/packages/47/0d/0f8ee4a826d660248e34b951707f9477096bf64dd254391f003858848951/django_taggit_forms-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "191c231dd4ef3906a86181eba42ad817", "sha256": "0e49c97c83f15d1f91f652857ae8420060441d343b57f218cc5a17dced2e980c" }, "downloads": -1, "filename": "django-taggit-forms-0.1.1.tar.gz", "has_sig": false, "md5_digest": "191c231dd4ef3906a86181eba42ad817", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4791, "upload_time": "2015-04-20T05:43:26", "url": "https://files.pythonhosted.org/packages/a7/3f/6da4cfa05b6340f8060c705bd28b7a912484904cf46dec6082843002c969/django-taggit-forms-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d2d935de0910d94dda7ad19ba250f0ee", "sha256": "c44288693b92ba50866992dfacc75419898d281906a4d3f9de146136601b8f0a" }, "downloads": -1, "filename": "django_taggit_forms-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d2d935de0910d94dda7ad19ba250f0ee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7738, "upload_time": "2015-04-20T05:43:29", "url": "https://files.pythonhosted.org/packages/47/0d/0f8ee4a826d660248e34b951707f9477096bf64dd254391f003858848951/django_taggit_forms-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "191c231dd4ef3906a86181eba42ad817", "sha256": "0e49c97c83f15d1f91f652857ae8420060441d343b57f218cc5a17dced2e980c" }, "downloads": -1, "filename": "django-taggit-forms-0.1.1.tar.gz", "has_sig": false, "md5_digest": "191c231dd4ef3906a86181eba42ad817", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4791, "upload_time": "2015-04-20T05:43:26", "url": "https://files.pythonhosted.org/packages/a7/3f/6da4cfa05b6340f8060c705bd28b7a912484904cf46dec6082843002c969/django-taggit-forms-0.1.1.tar.gz" } ] }