Metadata-Version: 1.1
Name: ls-django-treeadmin
Version: 0.4.3
Summary: Tree UI for mptt-managed models, extracted from FeinCMS
Home-page: https://github.com/lanshark/ls-django-treeadmin
Author: Scott Sharkey, Matthias Kestenholz  et al.
Author-email: ssharkey@lanshark.com
License: BSD
Download-URL: https://github.com/lanshark/ls-django-treeadmin/tarball/0.4.3
Description: ls-django-treeadmin
        ===================
        
        ls-django-treeadmin is a complement to models that are
        `django-mptt`_-enabled. It provides a drag-&-drop interface to modify the
        tree.
        
        It was originally developed as part of `FeinCMS`_. They deserve all the
        kudos for this.
        
        This version is a fork of `piquadrat`'s version, updated for django 1.7,
        and Python 3 as well.
        
        .. _django-mptt: https://github.com/django-mptt/django-mptt
        .. _FeinCMS: http://www.feinheit.ch/media/labs/feincms/
        .. _piquadrat: http://github.com/piquadrat/django-treeadmin
        
        
        0.4.3
        =====
        
        Updated for packaging and distribution
        Modified to run with Python 3
        
        0.4.2
        =====
        
        Updated for Django 1.7, changed name, included some of the pull requests
        outstanding on the original project.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
