1 | | Mercurial repo: http://hg.djangobb.org/ |
| 1 | == What is DjangoBB? == |
| 2 | |
| 3 | DjangoBB is a quick and simple forum that uses the Django Framework (written in Python language). |
| 4 | The code of the [http://pybb.org/ PyBB forum], which originator is Gregory Petukhov, was decided to be a basis of the engine. |
| 5 | Abbreviation DjangoBB stands for '''Django''' '''B'''ulletin '''B'''oard. |
| 6 | DjangoBB is distributed under the BSD license. |
| 7 | |
| 8 | |
| 9 | == The basic concept of the forum progress is: == |
| 10 | |
| 11 | * usage of various DBMS (MySQL, PostgreSQL, Oracle, SQLite) |
| 12 | * ease of integration into any Django project and ease of installation |
| 13 | * usage of standard libraries for launching on conventional hostings with python support |
| 14 | * easy installation process accessible to an average user |
| 15 | * classic view of the forum like IPB, PhpBB, Punbb |
| 16 | * easy forum setup |
| 17 | * high speed |
| 18 | * security |
| 19 | |
| 20 | At this stage of development the chief object is a functional implementation of the PunBB forum, in the sequel it is projected to expand it significantly. |
| 21 | |
| 22 | |
| 23 | == User Support == |
| 24 | '''English Version:''' |
| 25 | [http://djangobb.org/forum/ http://djangobb.org/forum/] |
| 26 | |
| 27 | '''Russian Version:''' |
| 28 | [http://djangobb.org/forum/ http://djangobb.ru/forum/] |
| 29 | |
| 30 | |
| 31 | == Migration from other forum engines: == |
| 32 | |
| 33 | Unfortunately at the moment only migration from PunBB engine is supported. You can expand the list. If you have a script which can help to migrate from any other forum engine, please send it to us. |
| 34 | |
| 35 | For a migration you should run the following command: |
| 36 | |
| 37 | '''PunBB:''' |
| 38 | |
| 39 | {{{ |
| 40 | python manage.py import_punbb |
| 41 | }}} |
| 42 | |
| 43 | |
| 44 | == "Why another forum?" == |
| 45 | |
| 46 | We consider at the moment there is no usable engine written in Django, existing implementations are too simple and have little function. |