Skip to content

编写一个博客 web app,从中实现一个自己的web 框架

Notifications You must be signed in to change notification settings

hisen630/blog-python-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog-python-app

1.项目说明

项目来自廖雪峰的官网,目的是学习写一个自己的web微框架

如果想学习python 他的教程值得推荐 廖雪峰官网

2.项目结构

awesome-python-webapp/   <-- 根目录
|
+- backup/               <-- 备份目录
|
+- conf/                 <-- 配置文件
|
+- dist/                 <-- 打包目录
|
+- www/                  <-- Web目录,存放.py文件
|  |
|  +- static/            <-- 存放静态文件
|  |
|  +- templates/         <-- 存放模板文件
|
+- LICENSE               <-- 代码LICENSE

About

编写一个博客 web app,从中实现一个自己的web 框架

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.1%
  • Jupyter Notebook 7.9%