Frequently Asked Questions page made simple.
- Install the app
- Add
mezzanine_faq
in yourINSTALLED_APPS
- Run
python manage.py syncdb
to create new database tables
First create page of type "faq" in Mezzanine admin interface.
You can also include FAQ on another page.
{% load faq_tags %}
# Create list of page with title "myfaq"
{% faq_list title="myfaq" %}