顺德公农庄 发表于 2017-5-1 06:30:33

python+flask实现简单博客

  flask下,实现简单博客1
  这里不讲flask配置。
  1.新建工程目录fblog
  2.在fblog下创建如下结构目录

  其中,blog.db是后来生成数据库。command,是运行项目的,和该项目无关,可有可无。
  static下只有style.css
  templates下有index.html,login.htm,layout.html,show_entries.html.
页: [1]
查看完整版本: python+flask实现简单博客