Skip to content

fpytloun/mezzanine-faq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mezzanine-faq

Frequently Asked Questions page made simple.

Quick start

  1. Install the app
  2. Add mezzanine_faq in your INSTALLED_APPS
  3. Run python manage.py syncdb to create new database tables

Usage

First create page of type "faq" in Mezzanine admin interface.

Include FAQ

You can also include FAQ on another page.

{% load faq_tags %}

# Create list of page with title "myfaq"
{% faq_list title="myfaq" %}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published