No Description

sh4nks 50852e7f7d It is now possible to add and run template hooks. 11 years ago
docs adad3502c2 Added more docs 11 years ago
flaskbb 50852e7f7d It is now possible to add and run template hooks. 11 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 2836c05fa3 I have somehow fucked that up.. 11 years ago
tests f5fc344fdc last_post_id should be null if there is no last post 11 years ago
.gitignore 3b17a8ac7f squash commits 11 years ago
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 years ago
.travis.yml 9bc805b84e Refactored the update_read method in the Topic class. 11 years ago
AUTHORS ce6e90fc96 Initial commit 11 years ago
CHANGES ce6e90fc96 Initial commit 11 years ago
LICENSE b8a25f1a4c It's 2014 11 years ago
Makefile 3060e6a8b5 Added Makefile 11 years ago
README.md 8ec2c573ca Updated docs 11 years ago
manage.py 31fea56d84 PEP8 11 years ago
pytest.ini 7831bb438c Some cleanup 11 years ago
requirements.txt 5d12696343 Updated requirements 11 years ago
setup.py edfb182c7b Updated requirements 11 years ago
wsgi.py ce6e90fc96 Initial commit 11 years ago

README.md

Build 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

TODO

INSTALLATION

  • 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
  • Database creation
    • python manage.py createall
  • 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!