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.

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

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

django-theherk-menu-icons-1.1.tar.gz (3.3 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