Metadata-Version: 1.1
Name: django-theherk-menu-icons
Version: 1.2
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
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.
        
        *note* - If you use this on a Django-cms version prior to 2.4, you will have to modify the menu modifier queryset. It required the most bologna hack ever because of the new oddly behaved double publishing system.
        
        Usage
        -----
        
        1. Add "menu_icons" to your INSTALLED_APPS
        
                INSTALLED_APPS = (
                    ...
                    'menu_icons',
                )
        
        2. Run `python manage.py migrate menu_icons`.
        
           Alternately, you could `syncdb` and `migrate --fake`
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
