Metadata-Version: 1.1
Name: django-treenavext
Version: 0.1.1
Summary: treenavext
Home-page: https://github.com/Natgeoed/django-treenavext
Author: Taha Saidi
Author-email: tsaidi@celerity.com
License: UNKNOWN
Description: django-treenavext
        =================
        
        
        .. image:: https://travis-ci.org/Natgeoed/django-treenavext.svg?branch=master
            :target: https://travis-ci.org/Natgeoed/django-treenavext
        
        
        Addding extra features to the treenav project.
        
        
        Settings:
        ---------
        
        The following form shows up in the admin interface to extend the MenuItem of
         the *django-treenav* project. It  defaults to 'treenavext.forms
         .DefaultExtraMetaForm'
        
        
            TREENAVEXT_EXTRA_FORM = 'simpleapp.forms.ExtraMetaForm'
        
        
        
        Installation
        ------------
        
        Install the app with:
        
            cd django-treenavext
        
            python setup.py install
        
        
        Settings
        --------
        
        Add to your INSTALLED_APPS and run syncdb:
        
            INSTALLED_APPS = (
                ...,
                'mptt',
                'treenav',
                'treenvext',
            )
        
        
Platform: UNKNOWN
Classifier: Framework :: Django
