Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yidao620c committed Apr 13, 2016
1 parent c779219 commit 44b759c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
------------------------------------------
### 教程目录:

* [使用Django1.7开发博客(1) - 入门篇](http://yidao620c.github.io/2015/04/20/simpleblog-01.html)
* [使用Django1.7开发博客(2) - 模型](http://yidao620c.github.io/2015/04/20/simpleblog-02.html)
* [使用Django1.7开发博客(3) - 部署](http://yidao620c.github.io/2015/04/20/simpleblog-03.html)
* [使用Django1.7开发博客(4) - 三部曲](http://yidao620c.github.io/2015/04/20/simpleblog-04.html)
* [使用Django1.7开发博客(5) - 页面美化](http://yidao620c.github.io/2015/04/21/simpleblog-05.html)
* [使用Django1.7开发博客(6) - 模板继承](http://yidao620c.github.io/2015/04/21/simpleblog-06.html)
* [使用Django1.7开发博客(7) - 实现功能](http://yidao620c.github.io/2015/04/21/simpleblog-07.html)
* [使用Django1.7开发博客(8) - 继续完善](http://yidao620c.github.io/2015/04/21/simpleblog-08.html)
* [使用Django1.7开发博客(9) - 用户认证](http://yidao620c.github.io/2015/04/21/simpleblog-09.html)
* [使用Django1.7开发博客(10) - 全文搜索](http://yidao620c.github.io/2015/04/21/simpleblog-10.html)
* [使用Django1.7开发博客(11)- 富文本与代码高亮](http://yidao620c.github.io/2015/04/21/simpleblog-11.html)
* [使用Django1.7开发博客(12)- I18n国际化](http://yidao620c.github.io/2015/04/21/simpleblog-12.html)
* [使用Django1.7开发博客(13)- Redis缓存](http://yidao620c.github.io/2015/04/21/simpleblog-13.html)
* [使用Django1.7开发博客(14)- 集成Xadmin](http://yidao620c.github.io/2015/04/21/simpleblog-14.html)
* [使用Django1.7开发博客(1) - 入门篇](http://www.pycoding.com/2015/04/20/simpleblog-01.html)
* [使用Django1.7开发博客(2) - 模型](http://www.pycoding.com/2015/04/20/simpleblog-02.html)
* [使用Django1.7开发博客(3) - 部署](http://www.pycoding.com/2015/04/20/simpleblog-03.html)
* [使用Django1.7开发博客(4) - 三部曲](http://www.pycoding.com/2015/04/20/simpleblog-04.html)
* [使用Django1.7开发博客(5) - 页面美化](http://www.pycoding.com/2015/04/21/simpleblog-05.html)
* [使用Django1.7开发博客(6) - 模板继承](http://www.pycoding.com/2015/04/21/simpleblog-06.html)
* [使用Django1.7开发博客(7) - 实现功能](http://www.pycoding.com/2015/04/21/simpleblog-07.html)
* [使用Django1.7开发博客(8) - 继续完善](http://www.pycoding.com/2015/04/21/simpleblog-08.html)
* [使用Django1.7开发博客(9) - 用户认证](http://www.pycoding.com/2015/04/21/simpleblog-09.html)
* [使用Django1.7开发博客(10) - 全文搜索](http://www.pycoding.com/2015/04/21/simpleblog-10.html)
* [使用Django1.7开发博客(11)- 富文本与代码高亮](http://www.pycoding.com/2015/04/21/simpleblog-11.html)
* [使用Django1.7开发博客(12)- I18n国际化](http://www.pycoding.com/2015/04/21/simpleblog-12.html)
* [使用Django1.7开发博客(13)- Redis缓存](http://www.pycoding.com/2015/04/21/simpleblog-13.html)
* [使用Django1.7开发博客(14)- 集成Xadmin](http://www.pycoding.com/2015/04/21/simpleblog-14.html)

------------------------------------------

Expand Down Expand Up @@ -88,7 +88,7 @@ Meanwhile you'd better follow the rules below

(The Apache License)

Copyright (c) 2013-2014 [Xiong Neng](http://yidao620c.github.io/) and other contributors
Copyright (c) 2013-2014 [Xiong Neng](http://www.pycoding.com/) and other contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down

0 comments on commit 44b759c

Please sign in to comment.