Skip to content

FrontSide/flaskbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Admin Interface
  • Group based permissions
  • BBCode support
  • TODO: Themes

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.

About

A forum software written in flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • CSS 7.6%