Metadata-Version: 1.0
Name: django-treeadmin
Version: 0.1
Summary: Tree UI for mptt-managed models, extracted from FeinCMS
Home-page: https://www.github.com/piquadrat/django-treeadmin
Author: Matthias Kestenholz  et al.
Author-email: mk@spinlock.ch
License: UNKNOWN
Description: django-treeadmin
        ================
        
        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.
        
        .. _django-mptt: https://github.com/django-mptt/django-mptt
        .. _FeinCMS: http://www.feinheit.ch/media/labs/feincms/
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
