Нет описания

sh4nks cb00ada9c1 Code cleanup 11 лет назад
docs adad3502c2 Added more docs 11 лет назад
flaskbb cb00ada9c1 Code cleanup 11 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 2836c05fa3 I have somehow fucked that up.. 11 лет назад
tests 25a2439067 Fixed test 11 лет назад
.gitignore 3b17a8ac7f squash commits 11 лет назад
.gitmodules c9b6c62a78 My first attempt to create docs with sphinx. 11 лет назад
.travis.yml 9bc805b84e Refactored the update_read method in the Topic class. 11 лет назад
AUTHORS ce6e90fc96 Initial commit 11 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE b8a25f1a4c It's 2014 11 лет назад
Makefile 3060e6a8b5 Added Makefile 11 лет назад
README.md 8ec2c573ca Updated docs 11 лет назад
manage.py b15f363b13 Started from scratch. Again. 11 лет назад
pytest.ini 7831bb438c Some cleanup 11 лет назад
requirements.txt ea167d2bbf Update Flask-Plugins to 1.4 11 лет назад
setup.py edfb182c7b Updated requirements 11 лет назад
wsgi.py ce6e90fc96 Initial commit 11 лет назад

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!