Skip to main content

treenavext

Project 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',
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-treenavext-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page