All Projects → slav0nic → Djangobb

slav0nic / Djangobb

Licence: other
DjangoBB mirror. DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Djangobb

Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+835.34%)
Mutual labels:  forum, django
Lbforum
LBForum is a forum engine written in Python using Django
Stars: ✭ 594 (+156.03%)
Mutual labels:  forum, django
Forum
Django forum clone from F2E.im support SAE
Stars: ✭ 252 (+8.62%)
Mutual labels:  forum, django
Spirit
Spirit is a modern Python based forum built on top of Django framework
Stars: ✭ 1,045 (+350.43%)
Mutual labels:  forum, django
Musicrecommendersystem
Django-Based Music Recommendation
Stars: ✭ 165 (-28.88%)
Mutual labels:  forum, django
Nsloger
A forum based on Django
Stars: ✭ 59 (-74.57%)
Mutual labels:  forum, django
Django Djeddit
Minimalistic Reddit clone developed as a Django reusable app
Stars: ✭ 32 (-86.21%)
Mutual labels:  forum, django
Niji
A pluggable Django forum APP
Stars: ✭ 173 (-25.43%)
Mutual labels:  forum, django
Rengorum
🚀 Forum app built in React, Redux & Django
Stars: ✭ 194 (-16.38%)
Mutual labels:  forum, django
Iisns
sns 开放社区
Stars: ✭ 217 (-6.47%)
Mutual labels:  forum
Factory boy
A test fixtures replacement for Python
Stars: ✭ 2,712 (+1068.97%)
Mutual labels:  django
Django Livereload Server
Livereload functionality integrated with your Django development environment.
Stars: ✭ 213 (-8.19%)
Mutual labels:  django
Collipa
The source code of Collipa
Stars: ✭ 217 (-6.47%)
Mutual labels:  forum
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+1015.09%)
Mutual labels:  django
Django Bootstrap Pagination
Django template tag for rendering Page objects as Bootstrap pagination HTML
Stars: ✭ 216 (-6.9%)
Mutual labels:  django
Django Shop
A Django based shop system
Stars: ✭ 2,706 (+1066.38%)
Mutual labels:  django
Docker Flarum
💬 🐳 Docker image of Flarum
Stars: ✭ 216 (-6.9%)
Mutual labels:  forum
Django Admin List Filter Dropdown
Use dropdowns in Django admin list filter
Stars: ✭ 215 (-7.33%)
Mutual labels:  django
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (-2.59%)
Mutual labels:  django
Opal
A web framework for building highly usable healthcare applications.
Stars: ✭ 227 (-2.16%)
Mutual labels:  django

What is DjangoBB?

DjangoBB is a quick and simple forum which uses the Django Framework (written in Python language). Abbreviation DjangoBB stands for Django Bulletin Board. DjangoBB is distributed under the BSD license.

The basic concept of the forum progress is:

  • the usage of various DBMS (MySQL, PostgreSQL, Oracle, SQLite)
  • the ease of integration into any Django project and the ease of installation
  • the usage of standard libraries for launching on conventional hostings with python support
  • user-friendly installation process
  • classic view of the forum like IPB, PhpBB, Punbb
  • easy forum setup
  • high speed
  • reliability

At the current stage of development the main object is the functional implementation of the PunBB forum, in the sequel it is projected to expand it significantly.

Documentation

Will be soon...

Install

DjangoBB consists of 2 parts:

Compatibility

  • Python 2.7/3.3+
  • Django >= 1.8

Fore more info pls check ''requirements.txt'' and ''optional-requirements.txt'' files

Preinstall requiments:

  • virtualenv
  • setuptools or pip

Download latest source and install app:

#!sh
 wget https://bitbucket.org/slav0nic/djangobb/get/stable.tar.gz
 tar zxvf stable.tar.gz
 virtualenv .env
 cd <place_for_virtualenv_dir>
 source .env/bin/activate
 # setup.py from djangobb app
 ./setup.py install
 # ./setup.py develop will be ok too if you are planning to upgrade djangobb from hg

Download and setup basic project:

#!sh
 wget https://bitbucket.org/slav0nic/djangobb_project/get/tip.tar.gz
 tar zxvf tip.tar.gz
 cd slav0nic-djangobb_project-tip/
 pip install -r requirements.txt
 cd basic_project/
 touch local_settings.py
 # set DATABASE
 ./manage.py migrate
 ./manage.py collectstatic
 ./manage.py runserver

Also you can add djangobb_forum to your django project as app and install requirements via pip.

User Support and demo

#djangobb on freenode IRC

Forum: support.djangobb.org

Mercurial repository: https://bitbucket.org/slav0nic/djangobb/ Git mirror: http://github.com/slav0nic/DjangoBB/

Migration from other forum engines:

''will be soon...''

punBB-to-DjangoBB ''unofficial/inactive''

phpBB3 to DjangoBB ''unofficial''

"Why another forum?"

As far`as we are concerned, there is no usable engine written in Django. In our humble opinion, existing implementations are too simple and have little function.

Sites using DjangoBB

DjangoBBPowered

Development

Translation:

http://www.transifex.net/projects/p/djangobb/

translation progress

Howto add new translation?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].