Skip to main content

Django CMS navigation modifier to attach icons to menus.

Project 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 will be the last version that supports less than django CMS v3.

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

Project details


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