Django博客开发实践,初学者开发经验

python,Django初学者,开发简易博客,做了一下笔记,记录了开发的过程,功力浅薄,仅供初学者互相
交流,欢迎意见建议。
具体链接:
Django博客开发实践(一)--分析需求并创建项目
地址:http://muker.net/django-blog-one.html
Django博客开发实践(二)--配置应用并编写模型
地址:http://muker.net/django-blog-two.html
Django博客开发实践(三)--使用后台并实现文章展示
地址:http://muker.net/django-blog-three.html
Django博客开发实践(四)--设置静态文件和模板
地址:http://muker.net/django-blog-four.html
Django博客开发实践(五)--添加分类查询和评论功能
地址:http://muker.net/django-blog-five.html
Django博客开发实践(六)--Markdown支持和分页效果
地址:http://muker.net/django-blog-six.html
Django博客开发实践(七)--总结
地址:http://muker.net/django-blog-seven.html

博客地址:http://muker.net/category/python/ 写在博客里了
最终代码在github:https://github.com/muker715/django
实现效果:内容展示,多说评论,Markdown支持,分页效果,分类搜索,使用了bootstrap3的框架。

posted on 2015-02-21 21:10  木客715  阅读(445)  评论(0编辑  收藏  举报

导航