Нет описания

sh4nks da372488ea PEP8 10 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs c1f3223f3c Updated readme and install guide 10 лет назад
flaskbb da372488ea PEP8 10 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 3faf7e0a49 Fresh migrations 10 лет назад
tests 38fb571dd9 Added test for BirthdayField 10 лет назад
.gitignore 3b17a8ac7f squash commits 11 лет назад
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 лет назад
.landscape.yml 829a4a4b9c Ignore E711 and E712 10 лет назад
.travis.yml 357c104547 py3 tests on travis-ci 10 лет назад
AUTHORS 357c104547 py3 tests on travis-ci 10 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE b8a25f1a4c It's 2014 11 лет назад
Makefile 3060e6a8b5 Added Makefile 11 лет назад
README.md 04e91a73ea Doc string update to be more consitent 10 лет назад
babel.cfg d565b58e4e Fixed updating the plugin translation catalog 10 лет назад
manage.py 04e91a73ea Doc string update to be more consitent 10 лет назад
pytest.ini 7831bb438c Some cleanup 11 лет назад
requirements.txt e81abdc954 Added Flask-HTTPAuth 10 лет назад
setup.py 13b6d10334 Forgot to add the REST dependencies. Tests should be fine now. 10 лет назад
wsgi.py 059922cb96 Use the production config 11 лет назад

README.md

Build Status Coverage Status

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
  • Install the dependencies
    • pip install -r requirements.txt
  • Configuration (adjust them accordingly to your needs)
    • For development copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Create the database & populate it
    • python manage.py populate
  • Run the development server
    • python manage.py 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!