读书人

python+flask兑现简单博客

发布时间: 2013-02-25 10:23:36 作者: rapoo

python+flask实现简单博客

flask下,实现简单博客1

这里不讲flask配置。

1.新建工程目录fblog

2.在fblog下创建如下结构目录

python+flask兑现简单博客

其中,blog.db是后来生成数据库。command,是运行项目的,和该项目无关,可有可无。

static下只有style.css

templates下有index.html,login.htm,layout.html,show_entries.html.

读书人网 >perl python

热点推荐