django-tags-input

A Django field and widgetwrapper that uses `django-selectable for autocompletion
Download

django-tags-input Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Rick van Hattem
  • Publisher web site:
  • https://github.com/WoLpH/

django-tags-input Tags


django-tags-input Description

django-tags-input is a Django app 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)Product's homepage


django-tags-input Related Software