hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225 stars 151 forks source link

PyBBM - Django forum solution

.. |travis| image:: https://travis-ci.org/hovel/pybbm.png?branch=master .. |coveralls| image:: https://coveralls.io/repos/github/hovel/pybbm/badge.svg?branch=master

|travis| |coveralls|

PyBBM is a full-featured django forum solution with these features:

All features is based on:

The main point in development of pybb is to build it so it could be easily integrated to existing django based site. This mean that pybb does not provide features like user registration, password restoring. It does not provide authentication page. (But example project provides ;))

PyBBM includes ready to use example/test project with instructions <http://readthedocs.org/docs/pybbm/en/latest/example.html>_

i18n support

PYBB support English, Russian, Slovak, Ukrainian, Brazilian Portuguese, Polish, Hebrew, French, Chinese, Japanese, German, Spanish, Italian, Swedish translations now. Feel free to contribute translation for another language or to correct existing. You should enable django.middleware.locale.LocaleMiddleware to activate django locale autodetecting.

More links