treenavext
Project description
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',
)
=================
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
Release history Release notifications | RSS feed
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.tar.gz
(4.0 kB
view hashes)