No Description

sh4nks b49219b789 A note how to reduce the queries later.. 11 years ago
flaskbb b49219b789 A note how to reduce the queries later.. 11 years ago
logs ce6e90fc96 Initial commit 11 years ago
.gitignore e3ed152fc2 Improved the password reset functionality. 11 years ago
AUTHORS ce6e90fc96 Initial commit 11 years ago
CHANGES ce6e90fc96 Initial commit 11 years ago
LICENSE ce6e90fc96 Initial commit 11 years ago
README.md ce6e90fc96 Initial commit 11 years ago
manage.py 080fefce06 Implemented permissions. 11 years ago
requirements.txt e3ed152fc2 Improved the password reset functionality. 11 years ago
wsgi.py ce6e90fc96 Initial commit 11 years ago

README.md

INTRODUCTION

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

FEATURES

  • A Bulletin Board like FluxBB, DjangoBB in Flask
  • Private Messages
  • TODO: Markdown and/or BBCode support
  • TODO: Group based permissions
  • TODO: Themes
  • TODO: Admin Interface

DEPENDENCIES

INSTALLATION

  • Create a virtualenv
  • Install the dependencies with pip install -r requirements.txt
  • 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.