Нет описания

sh4nks a1d25c01e3 Cleanup 10 лет назад
docs 98434b43c2 Update docs 10 лет назад
flaskbb a1d25c01e3 Cleanup 10 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 2836c05fa3 I have somehow fucked that up.. 11 лет назад
tests 24d1a6a19a Changed can_delete_(post|topic) to appropriately take only post and topic as parameters 10 лет назад
.gitignore 3b17a8ac7f squash commits 11 лет назад
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 лет назад
.travis.yml 357c104547 py3 tests on travis-ci 10 лет назад
AUTHORS 357c104547 py3 tests on travis-ci 10 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE b8a25f1a4c It's 2014 11 лет назад
Makefile 3060e6a8b5 Added Makefile 11 лет назад
README.md 27eeafee79 Added coveralls support 10 лет назад
manage.py 44cabcd7ac Added a way to update the settings with a fixture 10 лет назад
pytest.ini 7831bb438c Some cleanup 11 лет назад
requirements.txt 5ce4f67c7e requirements.txt syntax fix 10 лет назад
setup.py b334730d47 Use unidecode library for slugs instead of ascii normalisation 10 лет назад
wsgi.py 059922cb96 Use the production config 11 лет назад

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!