No Description

Alec Nikolas Reiter 3884a0bac6 Merge pull request #471 from justanr/upgrade-allows-fixed 6 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs d98f806de4 Bump version: 2.0.0.dev0 → 2.0.0 7 years ago
flaskbb e8234f77f2 Move login required to before requirement checks 7 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 9cd8e0f1f8 Use date of merge for migration 7 years ago
tests c6e99f18fa Bump flask-allows version to 0.6.0 7 years ago
.bumpversion.cfg d98f806de4 Bump version: 2.0.0.dev0 → 2.0.0 7 years ago
.coveragerc a04a7c7f02 Include completely covered files in report 7 years ago
.editorconfig 2f65fa3e3d Add editorconfig file 7 years ago
.gitignore 946bc5fd09 Extract some logic into stand alone services 7 years ago
.gitmodules d1606f3ce3 Update docs 8 years ago
.landscape.yml 3f685b8b73 Making pylint happy 10 years ago
.travis.yml a14d0e353b Use Travis to deploy FlaskBB to PyPI 7 years ago
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 years ago
CHANGES 04486dc53a Update release date of v2.0.0 7 years ago
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 years ago
LICENSE b1bc2b1b34 Update portal plugin version 7 years ago
MANIFEST.in a3b6280b3f Use setup.cfg for pytest and tox 7 years ago
Makefile 899036b3ec Update Makefile to also build sdist packages 7 years ago
NOTICE df9baec4c7 Add soft delete enabled query 7 years ago
README.md 95ca64a308 Update README 7 years ago
babel.cfg 42ca53679d Better options for the translation commands 8 years ago
celery_worker.py c9befa9d1a Fixing a lot of PEP8 errors 8 years ago
requirements-cov.txt 946bc5fd09 Extract some logic into stand alone services 7 years ago
requirements-dev.txt d769aec3e8 Update dependencies 7 years ago
requirements-test.txt d769aec3e8 Update dependencies 7 years ago
requirements-travis.txt 83a7a1767e Rename requirements-travis.yml to use ending .txt 7 years ago
requirements.txt c6e99f18fa Bump flask-allows version to 0.6.0 7 years ago
setup.cfg 946bc5fd09 Extract some logic into stand alone services 7 years ago
setup.py d98f806de4 Bump version: 2.0.0.dev0 → 2.0.0 7 years ago
tox.ini d8105658f0 Fix up style issues 7 years ago
wsgi.py b2b30ab912 Try instance relative path for wsgi.py first 7 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