Skip to main content

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
````

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

amenu-1.0.1.tar.gz (6.6 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