A menu plugin for DjangoCMS.
Project description
````python
amenu
This is a menu plugins for DjangoCMS. It provides 4 different kinds of menu plugins.
1. Menu Below Current Page
2. Breadcrumb
3. Generic Menu
4. Selective Menu
Installation
Download the package
$ pip install amenu
Register it to the INSTALLED_APPS
For standard DjangoCMS project setting
INSTALLED_APPS = (
'amenu',
)
For "Djangocms Foundation"[https://github.com/ludbek/djangocms-foundation]
DJANGO_CMS_APPS = (
'amenu',
)
Migrate the plugin
$ python manage.py migrate amenu
````
amenu
This is a menu plugins for DjangoCMS. It provides 4 different kinds of menu plugins.
1. Menu Below Current Page
2. Breadcrumb
3. Generic Menu
4. Selective Menu
Installation
Download the package
$ pip install amenu
Register it to the INSTALLED_APPS
For standard DjangoCMS project setting
INSTALLED_APPS = (
'amenu',
)
For "Djangocms Foundation"[https://github.com/ludbek/djangocms-foundation]
DJANGO_CMS_APPS = (
'amenu',
)
Migrate the plugin
$ python manage.py migrate amenu
````
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
amenu-1.0.3.tar.gz
(3.8 kB
view hashes)