No Description

Peter Justin 6fc2c79b08 Merge pull request #82 from sh4nks/highlight-trivialize 10 years ago
docs 98434b43c2 Update docs 10 years ago
flaskbb 31fab153b7 Fix a small typo 10 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 2836c05fa3 I have somehow fucked that up.. 11 years ago
tests 0b0646974a Fixes and performance improvements 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 357c104547 py3 tests on travis-ci 10 years ago
AUTHORS 357c104547 py3 tests on travis-ci 10 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 2aee9022e6 Updated the README note. 10 years ago
manage.py 21d36758cd Added a way to insert more example topics and posts. 10 years ago
pytest.ini 7831bb438c Some cleanup 11 years ago
requirements.txt 5ce4f67c7e requirements.txt syntax fix 10 years ago
setup.py b334730d47 Use unidecode library for slugs instead of ascii normalisation 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: I'm doing my exchange semester and most of the time I'm busy with traveling and such :). The project is not dead in any way - I'm just really busy.

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!