Skip to main content

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


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.0.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file django-tags-input-1.0.tar.gz.

File metadata

File hashes

Hashes for django-tags-input-1.0.tar.gz
Algorithm Hash digest
SHA256 d7f509eb120cdda82d618f36a87bfcf450d484f6f685741db4a310627b63b9f1
MD5 c7771f3c3061e45c94a441dc5cd487d0
BLAKE2b-256 a963d005500f166a77e5003cac0d67606d68fd0441d9ca863cfd2628ef4843a1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page