No Description

sh4nks 3b14366709 Sort conversations by latest message 8 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs a230b8c9f6 Fixed the apt-get call for installing uWSGI 9 years ago
flaskbb 3b14366709 Sort conversations by latest message 8 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 760437e038 Add migrations to make DateTime timezone aware 8 years ago
tests 8439db1380 Fix unread forum 8 years ago
.gitignore 45bbf162fa Use bower to handle the web assets. Fixes #154 9 years ago
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 years ago
.landscape.yml 3f685b8b73 Making pylint happy 10 years ago
.travis.yml 24780f346e Rename test_requirements.txt to requirements-dev.txt 8 years ago
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 years ago
CHANGES ce6e90fc96 Initial commit 11 years ago
LICENSE 1e7c19dbc4 Add and update source file headers 9 years ago
Makefile bd7bb97f15 Add tox 8 years ago
README.md d81b474101 Better install instructions 9 years ago
babel.cfg d565b58e4e Fixed updating the plugin translation catalog 10 years ago
celery_worker.py 4206653eef Use celery to send emails asynchronously 8 years ago
manage.py 3559c3da26 Poking around with Flask-Whooshee 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 c5b94493ca Display login message if account is not active 8 years ago
setup.py 3559c3da26 Poking around with Flask-Whooshee 8 years ago
tox.ini bd7bb97f15 Add tox 8 years ago
wsgi.py 059922cb96 Use the production config 11 years ago

README.md

Build Status Coverage Status Code Health 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
  • Configuration (adjust them accordingly to your needs)
    • For development copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make 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!