No Description

Harro van der Klauw 76ca11bfe4 Added some tests for the SelectDateWidget #ep14boat 10 years ago
docs 98434b43c2 Update docs 10 years ago
flaskbb a5db362077 Redirect the user to the url if he accidentally got the the forum which should actually be a link. 10 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 2836c05fa3 I have somehow fucked that up.. 11 years ago
tests 76ca11bfe4 Added some tests for the SelectDateWidget #ep14boat 10 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 f22ef98cf2 Added a small note about the lack of activity 10 years ago
manage.py eb48da2eb1 Also create the default settings when calling initflaskbb 11 years ago
pytest.ini 7831bb438c Some cleanup 11 years ago
requirements.txt 65416a5ff3 Updated requirements 10 years ago
setup.py edfb182c7b Updated requirements 11 years ago
wsgi.py 059922cb96 Use the production config 11 years ago

README.md

Build Status

INTRODUCTION

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

Note: Do not expect too much activity during the summer holidays - I hope you can understand this :)

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!