Metadata-Version: 1.1
Name: django-theherk-menu-icons
Version: 2.0.1
Summary: Django CMS navigation modifier to attach icons to menus.
Home-page: https://github.com/theherk/django-theherk-menu-icons
Author: Adam Sherwood
Author-email: theherk@gmail.com
License: see file LICENSE
Download-URL: https://github.com/theherk/django-theherk-menu-icons/archive/2.0.1.zip
Description: TheHerk Menu Icons
        ==================
        
        TheHerk Menu Icons is a django CMS navigation modifier that allows attaching icons to menu nodes. These icons can be: a link to an external icon resource, an uploaded icon image file, or by using a class to call a Font Awesome icon.
        
        Due to a dramatic change in the process for modifying the page model in django CMS, TheHerk Menu Icons v1.3 was the last version that supported less than django CMS v3.
        
        Now support django CMS v3
        -------------------------
        
        TheHerk Menu Icons has been upgraded to support django CMS v3. Version 2.0.0 now supports adding via the cmstoolbar on the frontend. This has been tested using Python 3.4.0.
        
        Usage
        -----
        
        1. Add "menu_icons" to your INSTALLED_APPS
        
                INSTALLED_APPS = (
                    ...
                    'menu_icons',
                )
        
        2. Run `python manage.py migrate menu_icons`.
        
        **note** - This assumes you are using `south`. If you aren't you can just use `syncdb`.
        
        I have included the template that I use in the menus, so that you can see how it can be implemented.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
