Software Details:
Version: 1.8.4
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 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
Comments not found