Нет описания

Peter Justin 55e0adb186 Implement confirmation modal 3 лет назад
.github 97426d20e7 Setup GitHub Actions (#594) 3 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs a963e7684f Update sphinx config and build files 3 лет назад
flaskbb 55e0adb186 Implement confirmation modal 3 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
tests 37806f4ad2 Fix a couple of SQLAlchemy 1.4 errors and warnings 3 лет назад
.bumpversion.cfg 9fc144899e Bump version: 2.0.1 → 2.0.2 6 лет назад
.editorconfig 2f65fa3e3d Add editorconfig file 7 лет назад
.gitignore 577ebc1aca Refactor test tooling config 6 лет назад
.gitmodules d1606f3ce3 Update docs 8 лет назад
AUTHORS 87afebcab4 Switch to codecov from coveralls 6 лет назад
CHANGES ed66fd8f7f Reimplement user module using services 6 лет назад
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 лет назад
LICENSE 87afebcab4 Switch to codecov from coveralls 6 лет назад
MANIFEST.in aef52d5ffb Remove Python35 from Azure and add Python39 4 лет назад
Makefile 93add9a54b Cleanup Makefile 3 лет назад
NOTICE df9baec4c7 Add soft delete enabled query 7 лет назад
README.md 370ec7af12 Update README 3 лет назад
babel.cfg 42ca53679d Better options for the translation commands 8 лет назад
celery_worker.py f31777ec00 Fix celery start command 4 лет назад
requirements-dev.txt ed070b842a Speedup tests by running them parallel 4 лет назад
requirements.txt 18ed3d592d Update Flask-Themes2 to 1.0.0 and update "pip freeze" dependencies 3 лет назад
setup.cfg 0eaae7a031 Update flake8 line-length to match black's default line length 3 лет назад
setup.py 18ed3d592d Update Flask-Themes2 to 1.0.0 and update "pip freeze" dependencies 3 лет назад
tox.ini f63f20cb9f Change logger to log to console in testing config 4 лет назад
wsgi.py b2b30ab912 Try instance relative path for wsgi.py first 7 лет назад

README.md

FlaskBB

Build Status codecov requires 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

The official forums which are powered by FlaskBB can be reached via forums.flaskbb.org.

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