Нет описания

sh4nks c373aeadad Added a primary group for new registered users 11 лет назад
flaskbb c373aeadad Added a primary group for new registered users 11 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
.gitignore d235f652bc Permission fixes 11 лет назад
AUTHORS ce6e90fc96 Initial commit 11 лет назад
CHANGES ce6e90fc96 Initial commit 11 лет назад
LICENSE ce6e90fc96 Initial commit 11 лет назад
README.md 803ee32303 Updated the configuration files 11 лет назад
manage.py e96054c861 PEP8 fixes + further work on the admin panel 11 лет назад
requirements.txt d0f35fe55d pip freeze :) 11 лет назад
wsgi.py ce6e90fc96 Initial commit 11 лет назад

README.md

INTRODUCTION

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

FEATURES

  • A Bulletin Board like FluxBB, DjangoBB in Flask
  • Private Messages
  • TODO: Markdown and/or BBCode support
  • TODO: Group based permissions
  • TODO: Themes
  • TODO: Admin Interface

DEPENDENCIES

INSTALLATION

  • Create a virtualenv
  • Install the dependencies with pip install -r requirements.txt
  • Copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Create the database with some example content python manage.py createall
  • Run the development server python manage.py runserver
  • Visit localhost:8080

LICENSE

BSD LICENSE

ACKNOWLEDGEMENTS

/r/flask, Flask and it's extensions.