Metadata-Version: 1.0
Name: django-scaffold
Version: 1.1
Summary: Reusable application for a generic section/subsection hierarchy in Django 1.3.x
Home-page: http://github.com/mazelife/django-scaffold/
Author: James Stevenson
Author-email: james.m.stevenson at gmail dot com
License: BSD License
Description: ======================
        About django-scaffold
        ======================
        
        A Reusable application providing a generic section/subsection hierarchy in Django.
        
        Aims to solve a common problem: you're building a site that needs sections and
        subsections and you not only need to be able to manage that hierarchy, but
        also hang other content off of it.
        
        Requirements
        --------------
        
        * `Django <http://djangoproject.com>`_   (1.3.3 or higher)
        * `django-treebeard <https://tabo.pe/projects/django-treebeard/>`_.
        
        
        Django-scaffolding uses the following javascript libraries (these are included in project):
        
        * `jQuery <http://jquery.com>`_
        * `jQuery UI <http://jqueryui.com/>`_
        * `jstree <http://jstree.com/>`_
        
        This project is licensed under a BSD License. Admin UI inspired by
        `django CMS <http://www.django-cms.org>`_.
        
        .. image:: http://github.com/mazelife/django-scaffold/raw/master/docs/source/_static/menu.png
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
