Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

genonfire/bbgo

Repository files navigation

Deprecated

This version is deprecated.

New version: https://github.com/genonfire/bbgo-core

bbgo

Build Status

Total bbs system made by django

bbgo is a middleware based on Django web framework. It may help you build web service nice, quick and easy.

- Building community? Start quickly with pre-implemented member service, boards and blogs.
- Looking for a groupware? Host your free groupware with bbgo.
- Want to build your own web service? MVT(Model, View, Template) structures of Django are very easy to customize.
- It is free and open source.

Getting started with bbgo

$ git clone https://github.com/genonfire/bbgo.git
$ pip install -r requirements.txt

For Django 1.x

$ git clone https://github.com/genonfire/bbgo.git
$ git checkout tag/1.3
$ pip install -r requirements.txt

Tested by

BrowserStack - A cross-browser testing tool.