Metadata-Version: 1.1
Name: mezzanine-faq
Version: 0.1
Summary: 
Frequently Asked Questions page made simple

Home-page: https://github.com/fpytloun/mezzanine-faq
Author: Filip Pytloun
Author-email: filip@pytloun.cz
License: BSD License
Download-URL: https://pypi.python.org/pypi/mezzanine-faq
Description: 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.
        
        .. code-block:: python
        
            {% load faq_tags %}
        
            # Create list of page with title "myfaq"
            {% faq_list title="myfaq" %}
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: mezzanine
