Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hovel/pybbm
Django forum solution. Tested, documented, shipped with example project.
https://github.com/hovel/pybbm
Last synced: 3 months ago
JSON representation
Django forum solution. Tested, documented, shipped with example project.
- Host: GitHub
- URL: https://github.com/hovel/pybbm
- Owner: hovel
- License: bsd-2-clause
- Created: 2012-02-01T12:32:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T16:09:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T14:49:11.098Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.29 MB
- Stars: 225
- Watchers: 25
- Forks: 151
- Open Issues: 28
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - pybbm - Django forum solution. Tested, documented, shipped with example project. (Python)
README
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:
* Avatars
* Custom profiles and support of Custom User Model (since django 1.5)
* Post editing
* Pre-moderation
* Custom sanitization
* Anonymous posting
* Subscriptions
* Polls
* ...All features is based on:
* +94% tests covered code
* Twitter bootstrap compatible default theme
* Ready to use example projectThe 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 `_
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
==========
* Support Forum and DEMO: http://pybbm.org/
* PyPi: http://pypi.python.org/pypi/pybbm/
* Sourcecode: https://github.com/hovel/pybbm/
* Documentation: http://pybbm.readthedocs.org/en/latest/
* Page on djangopackages.com: http://www.djangopackages.com/packages/p/pybbm/