No Description

Peter Justin 0fd66104de Merge pull request #66 from dwieeb/master 10 years ago
docs 98434b43c2 Update docs 10 years ago
flaskbb 52cbc8102d fixing typo 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 872b46f3c7 Converted tabs to spaces 10 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 27eeafee79 Added coveralls support 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 c7398c6840 Updated requirements 10 years ago
setup.py 75d3e32fbf Synch up requirements.txt and setup.py, remove unused dependencies 10 years ago
wsgi.py 059922cb96 Use the production config 11 years ago

README.md

Build Status Coverage 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!