Skip to content

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

Notifications You must be signed in to change notification settings

azimshaikh95/blog-python-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%