Skip to content

magatz/pybbm-1

 
 

Repository files navigation

PyBBM - Django forum solution

Build Status

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:

About

A fork of pybbm designed for high traffic websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.4%
  • HTML 12.4%
  • JavaScript 2.4%
  • Other 0.8%