Нет описания

sh4nks b123fdb6ef This should fix readthedocs 8 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs b123fdb6ef This should fix readthedocs 8 лет назад
flaskbb 3861dab5b8 Fix makeconfig command. #278 8 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 21a6819524 Fix annoying alembic warning when using SQLite 8 лет назад
tests b4d12811b0 Add config for username length and blacklist 8 лет назад
.coveragerc 26a0788a00 Add coveragerc 8 лет назад
.gitignore ea662e7bad Add some events to page-load, registration, change-user-details (#270) 8 лет назад
.gitmodules d1606f3ce3 Update docs 8 лет назад
.landscape.yml 3f685b8b73 Making pylint happy 10 лет назад
.travis.yml f87e4a19f4 Drop Python 3.3 and add Python 3.6 support 8 лет назад
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 лет назад
CHANGES d1606f3ce3 Update docs 8 лет назад
CONTRIBUTING.md 35f5f457e2 Add CONTRIBUTING 8 лет назад
LICENSE 1e7c19dbc4 Add and update source file headers 8 лет назад
MANIFEST.in 3c45b7ed02 Update MANIFEST 8 лет назад
Makefile a74a948478 Improve README 8 лет назад
README.md a74a948478 Improve README 8 лет назад
babel.cfg 42ca53679d Better options for the translation commands 8 лет назад
celery_worker.py 71c5559436 Try to use the production config for celery 8 лет назад
pytest.ini 26a0788a00 Add coveragerc 8 лет назад
requirements-dev.txt 05395e9a7f Update dependencies 8 лет назад
requirements.txt 05395e9a7f Update dependencies 8 лет назад
setup.py 05395e9a7f Update dependencies 8 лет назад
tox.ini bd7bb97f15 Add tox 8 лет назад
wsgi.py e5937d7ac6 Update docs to reflect the changes 8 лет назад

README.md

FlaskBB

Build Status Coverage Status Code Health License

FlaskBB is a Forum Software written in Python using the micro framework Flask.

Currently, following features are implemented:

  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

Checkout the FlaskBB Forums to see an actual running instance of FlaskBB. Use demo//demo as login for the test user.

Quickstart

For a complete installation guide please visit the installation documentation here.

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

License

FlaskBB is licensed under the BSD License.

Links