Metadata-Version: 1.1
Name: django-simpler-faq
Version: 0.2
Summary: Django app to generate an absolute basic FAQ page.
Home-page: https://github.com/petersanchez/django-simpler-faq
Author: Peter Sanchez
Author-email: petersanchez@gmail.com
License: BSD License
Description: .. |nlshield| image:: https://img.shields.io/badge/100%-Netlandish-blue.svg?style=square-flat
                      :target: http://www.netlandish.com
        
        django-simpler-faq |nlshield|
        ==============================
        
        Simple FAQ app for django
        
        * pip install django-simpler-faq
        * Add simpler_faq to INSTALLED_APPS
        * Add simpler_faq's urls to your project's urls.py
        
        This is a clone of `django-simple-faq <original_>`_ which was created by 
        Leandro Gomez. Really this clone just removes external requirements. 
        Also updated for modern versions of Django (1.8+)
        
        .. _original: https://github.com/devartis/django-simple-faq
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Web Environment
