2013年5月21日

利用Django编写简单的Blog(四)

摘要: 接上节:http://www.cnblogs.com/hellopython/archive/2013/05/20/3089293.html 前面三节已经完成简单博客的基本功能,这一节为了实现以下目标, 修改日志URL的结构, 开始吧. 首先是学习下python的交互功能 Ctrl D 回到命令行,打开blogengine下面的models... 阅读全文

posted @ 2013-05-21 22:22 hellopython 阅读(130) 评论(0) 推荐(0) 编辑

Python + PIP + Django + Virtualenv

摘要: For a more through post you probably read this document, this guide was partially based on it, taking what I find relevant for my usecase:http://www.cnblogs.com/hellopython/archive/2013/05/21/3089784.htmlI'm posting this for my own references and if anyone else finds it useful, all the better. I 阅读全文

posted @ 2013-05-21 21:17 hellopython 阅读(300) 评论(0) 推荐(0) 编辑

Beginners Guide : pip and virtualenv

摘要: RequirementsI will be basing this tutorial on the setup I have at home. So for the best results using this guide I would recommend using Ubuntu 10.10. I will try and keep the instruction as generic as possible. Overall goal will be to introduce you to the magic of pip and virtualenv.Install easy_ins 阅读全文

posted @ 2013-05-21 21:13 hellopython 阅读(390) 评论(0) 推荐(0) 编辑

导航