文件名称:webpy blog源代码
文件大小:6KB
文件格式:ZIP
更新时间:2013-10-18 09:39:16
webpy
webpy blog源代码 =============== blog.py 主程序模块 model.py 数据模块 templates/ base.html index.html view.html new.html edit.html static/ util.js Javascript工具模块 使用方法: ======== 在命令行下输入如下命令: python blog.py 127.0.0.1:2010 即可启动web服务,主机ip地址为:127.0.0.1,端口为:2010。 打开浏览器,在地址栏中输入:http://127.0.0.1:2010,即可浏览博客。 本程序仅供学习使用。
【文件预览】:
static
----util.js(76B)
blog.py
model.py
blogdb.txt
templates
----base.html(322B)
----new.html(108B)
----index.html(378B)
----view.html(108B)
----edit.html(363B)