Нет описания

Alec Nikolas Reiter d35de7a1b6 Fix IsSameUser permission to accept something with a user_id 9 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs d81b474101 Better install instructions 9 лет назад
flaskbb d35de7a1b6 Fix IsSameUser permission to accept something with a user_id 9 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 19489a1ead Fixed migrations and added default groups 10 лет назад
tests ce8a8e4509 Remove old permissions file 9 лет назад
.gitignore 45bbf162fa Use bower to handle the web assets. Fixes #154 9 лет назад
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 лет назад
.landscape.yml 3f685b8b73 Making pylint happy 10 лет назад
.travis.yml 8baad4c6b1 Add sudo: false to use travis' container architecture 9 лет назад
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE b8a25f1a4c It's 2014 11 лет назад
Makefile d81b474101 Better install instructions 9 лет назад
README.md d81b474101 Better install instructions 9 лет назад
babel.cfg d565b58e4e Fixed updating the plugin translation catalog 10 лет назад
manage.py bec560684a Add setting to disable signatures. 9 лет назад
pytest.ini 7831bb438c Some cleanup 11 лет назад
requirements.txt 52c1328338 Probably helps if I update the requirements 9 лет назад
setup.py abb47db708 Next version will be 1.0 instead of 0.1 9 лет назад
test_requirements.txt 770d69b6d1 Add support for running tests from setup.py 9 лет назад
wsgi.py 059922cb96 Use the production config 10 лет назад

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!