{ "info": { "author": "Jeremy Epstein", "author_email": "jazepstein@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "This is a fork of django-tagging-autocomplete, which can be found at:\nhttp://code.google.com/p/django-tagging-autocomplete/\n\nIt's virtually the same app, only it's changed to work with django-taggit:\nhttp://github.com/alex/django-taggit\n\n*** Installation ***\n\n 1. You need to have django-taggit already installed\n 2. Download django-taggit-autocomplete and use setup.py to install it on your system:\n\t\tpython setup.py install\n 3. Download jquery-autocomplete and put it in the folder specified in your project's MEDIA_URL setting. If you want to put it somewhere else add TAGGIT_AUTOCOMPLETE_JS_BASE_URL to your project settings.\n 4. Add \"taggit_autocomplete\" to installed apps in your project's settings.\n 5. Add the following line to your project's urls.py file:\n\n (r'^taggit_autocomplete/', include('taggit_autocomplete.urls')),\n\n*** Usage ***\n** Using the model field **\n\nYou can use TaggableManager to enable autocompletion right in your models.py file. In most cases this is the easiest solution. Example:\n\nfrom django.db import models\nfrom taggit_autocomplete.managers import TaggableManager\n\nclass SomeModel(models.Model):\n tags = TaggableManager()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Jaza/django-taggit-autocomplete/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-taggit-autocomplete", "package_url": "https://pypi.org/project/django-taggit-autocomplete/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-taggit-autocomplete/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Jaza/django-taggit-autocomplete/" }, "release_url": "https://pypi.org/project/django-taggit-autocomplete/0.1/", "requires_dist": null, "requires_python": null, "summary": "Autocompletion for django-taggit", "version": "0.1" }, "last_serial": 384961, "releases": { "0.1": [] }, "urls": [] }