By Audrey Roy with Daniel Greenfeld assisting
Note: Still alpha. Use with caution until formal release
Do the following:
pip install mezzanine_superfish
Or:
pip install -e [email protected]/cartwheelweb/mezzanine_superfish.git#egg=mezzanine_superfish
In the settings.py for your project:
INSTALLED_APPS = [ ... 'mezzanine_superfish', ... ]
Fetch the static media:
python manage.py collectstatic
In the templates/base.html file of your Mezzanine project add the following:
{% load mezzanine_superfish_tags %}
Replace:
{% page_menu "pages/menus/primary.html" %}
with:
{% superfish_submenu "mezzanine_superfish/superfish.html" %}