Django jQuery Tags Input is a Django field and widgetwrapper that uses `django-selectable for autocompletion
Project description
Overview
Django Tags Input is a module that gives you a modified version of the Xoxco jQuery Tags Input library within Django.
The result is a very pretty interface with tags and autocomplete which can optionally automatically create new items when they are missing.
Admin usage
from django.contrib import admin import models from tags_input import admin as tags_input_admin
- class YourAdmin(tags_input_admin.TagsInputAdmin):
pass
admin.site.register(models.YourModel, YourAdmin)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-tags-input-1.4.tar.gz
(112.6 kB
view details)