1.项目说明
项目来自廖雪峰的官网,目的是学习写一个自己的web微框架
如果想学习python 他的教程值得推荐 廖雪峰官网
2.项目结构
awesome-python-webapp/ <-- 根目录
|
+- backup/ <-- 备份目录
|
+- conf/ <-- 配置文件
|
+- dist/ <-- 打包目录
|
+- www/ <-- Web目录,存放.py文件
| |
| +- static/ <-- 存放静态文件
| |
| +- templates/ <-- 存放模板文件
|
+- LICENSE <-- 代码LICENSE
- Project description
The project comes from Liao Xuefeng's official website, the purpose is to learn to write your own web microframework
If you want to learn python, his tutorial is worth recommending Liao Xuefeng official website
- Project structure
awesome-python-webapp/ <-- root directory | +- backup/ <-- backup directory | +- conf/ <-- configuration file | +- dist/ <-- packaging directory | +- www/ <-- Web directory, storing .py files | | | +- static/ <-- Store static files | | | +- templates/ <-- store template files | +- LICENSE <-- code LICENSE