Metadata-Version: 1.0
Name: django-faq
Version: 0.8.0.1
Summary: Frequently Asked Question (FAQ) management for Django apps.
Home-page: http://github.com/benspaulding/django-faq/
Author: Ben Spaulding
Author-email: ben@benspaulding.com
License: BSD
Download-URL: http://github.com/benspaulding/django-faq/tarball/v0.8.0.1
Description: ====================================================================
        Frequently Asked Question (FAQ) management for Django applications
        ====================================================================
        
        This application provides the ability to create and manage topics
        and lists of Frequently Asked Questions (FAQ) in Django_ applications.
        
        .. _Django: http://www.djangoproject.com/
        
        
        TODO
        ====
        
        * Write Question inline admin ordering JavaScript
        * Consider if/how-to add ordering to Topics
        * Implement signals when (un)publishing Topic & Question objects
        * Write documentation
        * Write tests
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 :: Site Management
