Demo Project for LBForum. https://github.com/vicalloy/LBForum
LBForum is a quick and simple forum which uses the Django Framework (written in Python language). LBForum is distributed under the BSD license.
- Clone LBForum repository from git://github.com/vicalloy/lbforum-site.git
- use source env.rc to start lbforum environment.
- $mg is a shortcut for "python manage.py "
- $mg migrate
- $mg createsuperuser
- $mg bower install
- $mg runserver
- LBForum Admin http://127.0.0.1:8000/admin/
- LBForum http://127.0.0.1:8000/