No Description

sh4nks fbb0150bdb Added tests for more helper functions 10 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs c1f3223f3c Updated readme and install guide 10 years ago
flaskbb fbb0150bdb Added tests for more helper functions 10 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 3faf7e0a49 Fresh migrations 10 years ago
tests fbb0150bdb Added tests for more helper functions 10 years ago
.gitignore 9cf57d5892 Also ignore .mo files 10 years ago
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 years ago
.landscape.yml d33a5f2f77 Fix landscape config error 10 years ago
.travis.yml c6fd7f0de0 Fix travis build failing 10 years ago
AUTHORS 357c104547 py3 tests on travis-ci 10 years ago
CHANGES ce6e90fc96 Initial commit 11 years ago
LICENSE b8a25f1a4c It's 2014 11 years ago
Makefile 3060e6a8b5 Added Makefile 11 years ago
README.md fde1b09a88 Added another cool badge 10 years ago
babel.cfg d565b58e4e Fixed updating the plugin translation catalog 10 years ago
manage.py 56a9bc2076 Now all translations are updated and compiled. 10 years ago
pytest.ini 7831bb438c Some cleanup 11 years ago
requirements.txt a985d417a2 This will come in 0.2 10 years ago
setup.py a985d417a2 This will come in 0.2 10 years ago
wsgi.py 059922cb96 Use the production config 11 years ago

README.md

Build Status Coverage Status License

INTRODUCTION

FlaskBB is a forum software written in python using the micro framework Flask.

FEATURES

  • A Bulletin Board like FluxBB or DjangoBB in Flask
  • Private Messages
  • Admin Interface
  • Group based permissions
  • BBCode Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System

TODO

INSTALLATION

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

  • Create a virtualenv
  • Install the dependencies
    • pip install -r requirements.txt
  • Configuration (adjust them accordingly to your needs)
    • For development copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Create the database & populate it
    • python manage.py populate
  • Run the development server
    • python manage.py runserver
  • Visit localhost:8080

DOCUMENTATION

The documentation is located here.

LICENSE

BSD LICENSE

ACKNOWLEDGEMENTS

/r/flask, Flask, it's extensions and everyone who has helped me!