• Stars
    star
    157
  • Rank 233,274 (Top 5 %)
  • Language
    Python
  • Created almost 9 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

blog-python-app

1.项目说明

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

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

2.项目结构

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

English Documentation

  1. 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

  1. 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