No Description

sh4nks 4a67a5608c Update cli docs 8 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs 4a67a5608c Update cli docs 8 years ago
flaskbb ea662e7bad Add some events to page-load, registration, change-user-details (#270) 8 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 21a6819524 Fix annoying alembic warning when using SQLite 8 years ago
tests b4d12811b0 Add config for username length and blacklist 8 years ago
.gitignore ea662e7bad Add some events to page-load, registration, change-user-details (#270) 8 years ago
.gitmodules d1606f3ce3 Update docs 8 years ago
.landscape.yml 3f685b8b73 Making pylint happy 10 years ago
.travis.yml f87e4a19f4 Drop Python 3.3 and add Python 3.6 support 8 years ago
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 years ago
CHANGES d1606f3ce3 Update docs 8 years ago
CONTRIBUTING.md 35f5f457e2 Add CONTRIBUTING 8 years ago
LICENSE 1e7c19dbc4 Add and update source file headers 8 years ago
MANIFEST.in 3c45b7ed02 Update MANIFEST 8 years ago
Makefile a74a948478 Improve README 8 years ago
README.md a74a948478 Improve README 8 years ago
babel.cfg 42ca53679d Better options for the translation commands 8 years ago
celery_worker.py 71c5559436 Try to use the production config for celery 8 years ago
pytest.ini bd7bb97f15 Add tox 8 years ago
requirements-dev.txt 24780f346e Rename test_requirements.txt to requirements-dev.txt 8 years ago
requirements.txt 93097f8f7b Install FlaskBB in editable mode by default 8 years ago
setup.py 4633d294b6 Split the commands module into more smaller ones 8 years ago
tox.ini bd7bb97f15 Add tox 8 years ago
wsgi.py e5937d7ac6 Update docs to reflect the changes 8 years ago

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