Metadata-Version: 1.0
Name: django-universaltag
Version: 0.1rc2
Summary: Universal tagging library for Django
Home-page: https://github.com/lambdalisue/django-universaltag
Author: Alisue
Author-email: lambdalisue@hashnote.net
License: BSD
Download-URL: https://github.com/lambdalisue/django-universaltag/tarball/master
Description: ``django-universaltag`` is a package for tagging Django models object universally.
        
        This package is developing under https://github.com/lambdalisue/django-universaltag
        
        See http://demos.django-universaltag.hashnote.net/ for Demo.
        
        Required
        ==================
        
        +   Falked version of `django-piston <https://bitbucket.org/lambdalisue/django-piston>`_
        
        Features
        ==================
        
        +   Using GenericRelation for relation so a tag can belong to any Django model object
        +   Anonymous user can add, delete tags as many as they want
        +   Author (object which a tag belong) can protect tag from deleting
        +   Nice Ajax add, delete, lock, sort function
        
        See demo for more detail.
        
        Install
        =================
        ::
            $ sudo pip install django-universaltag
        
        or::
        
            $ sudo pip install git+git://github.com/lambdalisue/django-universaltag#egg=django-universaltag
        
        How to use
        =================================================
        See https://github.com/lambdalisue/django-universaltag/tree/master/universaltag_test source code for detail.
        
Keywords: django tagging universal tag
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
