Нет описания

sh4nks 0f43750549 Add confirmation modal to irreversible actions 8 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs acac78c950 Improve theming docs 8 лет назад
flaskbb 0f43750549 Add confirmation modal to irreversible actions 8 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 760437e038 Add migrations to make DateTime timezone aware 8 лет назад
tests 051a3ed80a Use Pillow for image processing 8 лет назад
.gitignore bc89b34667 Ignore .directory files 8 лет назад
.gitmodules d1606f3ce3 Update docs 8 лет назад
.landscape.yml 3f685b8b73 Making pylint happy 10 лет назад
.travis.yml 24780f346e Rename test_requirements.txt to requirements-dev.txt 8 лет назад
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 лет назад
CHANGES d1606f3ce3 Update docs 8 лет назад
LICENSE 1e7c19dbc4 Add and update source file headers 9 лет назад
Makefile d1606f3ce3 Update docs 8 лет назад
README.md d81b474101 Better install instructions 9 лет назад
babel.cfg d565b58e4e Fixed updating the plugin translation catalog 10 лет назад
celery_worker.py 71c5559436 Try to use the production config for celery 8 лет назад
manage.py 129ca33009 Fix for manage.py production config. 8 лет назад
pytest.ini bd7bb97f15 Add tox 8 лет назад
requirements-dev.txt 24780f346e Rename test_requirements.txt to requirements-dev.txt 8 лет назад
requirements.txt 5d57493b49 Update requirements 8 лет назад
setup.py 051a3ed80a Use Pillow for image processing 8 лет назад
tox.ini bd7bb97f15 Add tox 8 лет назад
wsgi.py 059922cb96 Use the production config 11 лет назад

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!