django-tags-input

Software Screenshot:
django-tags-input
Software Details:
Version: 1.8.4
Upload Date: 20 Feb 15
Developer: Rick van Hattem
Distribution Type: Freeware
Downloads: 2

Rating: 3.0/5 (Total Votes: 2)

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)

Requirements:

  • Python
  • Django

Other Software of Developer Rick van Hattem

mailjet
mailjet

20 Feb 15

django-utils2
django-utils2

20 Feb 15

django-statsd
django-statsd

14 Apr 15

Comments to django-tags-input

Comments not found
Add Comment
Turn on images!