Source code of my personal web page build with Django and Twitter Bootstrap. Includes blog, static pages, about page,
portfolio and nice and easy (hope so ;-) ) admin site
演示站点:http://as3.brite.biz:23463/blog/
Installation
Installation steps:- Install all dependencies (
pip install -r requirements.txt
),建议在新建的python虚拟环境下安装。 - Copy
dc/_settings_local.py
todc/settings_local.py
and fill up - Run
./manage.py syncdb
./manage.py runserver 0.0.0.0:23463
- Setup web server
- Run :-)
Additional information
- Build with Django 1.6.2, but should work with 1.5.x
演示站点:http://as3.brite.biz:23463/blog/