Metadata-Version: 1.1
Name: django-tags-input
Version: 1.3
Summary: Django jQuery Tags Input is a Django field and widgetwrapper that uses `django-selectable for autocompletion
Home-page: https://github.com/WoLpH/django-tags-input
Author: Rick van Hattem
Author-email: Rick.van.Hattem@Fawo.nl
License: BSD
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.
        
        .. _Xoxco jQuery Tags Input: http://xoxco.com/projects/code/tagsinput/
        
        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)
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
