Metadata-Version: 1.0
Name: amenu
Version: 1.0.1
Summary: A menu plugin for DjangoCMS.
Home-page: https://github.com/ludbek/amenu
Author: ludbek
Author-email: sth.srn@gmail.com
License: LICENSE.txt
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
        ````
        
Platform: UNKNOWN
