Нет описания

sh4nks 93950b032f Use FontAwesome instead of Glyphicons 11 лет назад
flaskbb 93950b032f Use FontAwesome instead of Glyphicons 11 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
.gitignore 7603e1cca3 Merged the "pms" module with the user module and named it "messages" 11 лет назад
AUTHORS ce6e90fc96 Initial commit 11 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE ce6e90fc96 Initial commit 11 лет назад
Makefile 3060e6a8b5 Added Makefile 11 лет назад
README.md ff76a8e93d Added a small hint about the example application 11 лет назад
manage.py 8b0cd7dcb7 Refactored the populate code a bit 11 лет назад
requirements.txt 7fb548c775 Added redis as dependency 11 лет назад
setup.py 2225f8a94b Started working on the topic tracker 11 лет назад
wsgi.py ce6e90fc96 Initial commit 11 лет назад

README.md

INTRODUCTION

FlaskBB is a forum software written in python using the micro framework Flask.

I don't have a server at the moment, so the demo does not work at http://flaskbb.org

FEATURES

  • A Bulletin Board like FluxBB, DjangoBB in Flask
  • Private Messages
  • Admin Interface
  • Group based permissions
  • BBCode support

TODO

  • Topic Tracker (in progress)
  • Track the unread posts and mark them as new
  • A own theme and make FlaskBB themable with Flask-Themes2
  • Localization (Babel)
  • Searching for members, posts,...
  • Subforums
  • Figure out how to integrate it in another app where you can use the models from flaskbb and so on..

DEPENDENCIES

INSTALLATION

  • Create a virtualenv
  • Install the dependencies with pip install -r requirements.txt
  • Copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Create the database with some example content python manage.py createall
  • Run the development server python manage.py runserver
  • Visit localhost:8080

LICENSE

BSD LICENSE

ACKNOWLEDGEMENTS

/r/flask, Flask and it's extensions.