新人发帖,望轻喷@_@
最近入门了下AngularJs, 然后尝试了下用前后分离的方法写了个个人网站(angularjs 学的很基本啦,望高手轻喷)。有博客的文章、评论系统等,还有一些其他的功能。后台管理部分也基本健全,默认登陆账户就是syncdb
时创建的账户哈。全站文章格式全部基于Markdown, 和django-china一样使用了wmd editor。
欢迎大家交流拍砖。
详细介绍:
How to use?
1、Download the zip package:
wget https://github.com/bluedazzle/django-angularjs-blog.git
or cilick the button "Download ZIP" rightside.
2、Unzip the package, enter the folder which you unziped, then:
pip install -r requirement.txt
3、Configure the database backend which you need in NewRaPo/settings/dev.py
or create your own produce settings file in settings/
4、Create database in database you choose, and run:
5、run test:
6、run test server:
python manage.py runserver
or configure your produce server software like uWSGI、apache.
Feature
The simple blog site include four parts:
1、Blog
: Show your articles and comment your article.
2、Knowledge
: Something like a private "baidu zhidao", you can add any kinds of questions and answers.
3、Laboratory
: something interesting or new IT technologies you can have a try here.
4、About
: a static page you can edit anyting you want to show to others.
github地址:New RaPo Site on github
无耻的附上个人网站地址New RaPo Site