Metadata-Version: 1.1
Name: pybbm-fork
Version: 0.13.3
Summary: PyBB Modified. Django forum application
Home-page: UNKNOWN
Author: Pavel Zhukov
Author-email: gelios@gmail.com
License: BSD
Description: PyBBM - Django forum solution
        =============================
        
        .. image:: https://secure.travis-ci.org/thoas/pybbm.png?branch=master
            :alt: Build Status
            :target: http://travis-ci.org/thoas/pybbm
        
        
        Installation
        ------------
        
        1. Download the package on GitHub_ or simply install it via PyPi
        2. Add ``pybb`` to your ``INSTALLED_APPS`` ::
        
            INSTALLED_APPS = (
                'pybb',
            )
        
        3. Sync your database using ``syncdb`` command from django command line
        4. Configure settings
        
        
        In the wild
        -----------
        
        This forum engine is used by:
        
        - `Ulule <http://ulule.com>`_
        
        .. _GitHub: https://github.com/thoas/pybbm
        
Keywords: django application forum board
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 :: Dynamic Content :: Message Boards
Classifier: Topic :: Software Development :: Libraries :: Python Modules
