# lbforum-site **Repository Path**: xiao_ning/lbforum-site ## Basic Information - **Project Name**: lbforum-site - **Description**: No description available - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2024-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README What is LBForum Site =============== 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. http://lbf.haoluobo.com/ How to install LBForum Site ====================== run on django dev server ------------------------ * 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/