A blog of django,some Components:
Article Editor: tinymce
Comments System: duoshuo
Database: MySQL
Code Style: syntaxhighlighter
Directory Description:
article: main python code and user-defined tag
media: tinymce editor js
MyBlog: settings and url route
static: image, css and js
tmplates: html templates
Python: 3.4
Django: 1.8
System: Windows/Linux/Mac
To start this blog system, run: cd blog_django python manage.py runserver Then you can open http://127.0.0.1:8000 in Browser! Notice: You must create a django project and app before run blog, not copy the code!