FlaskBB is a Forum Software written in Python using the micro framework Flask.
Currently, following features are implemented:
Checkout the FlaskBB Forums to see an actual running instance of FlaskBB. Use demo//demo as login for the test user.
For a complete installation guide please visit the installation documentation here.
This is how you set up an development instance of FlaskBB:
make devconfig
make install
make run
FlaskBB is licensed under the BSD License.