webapp

廖雪峰 webapp

~ python -V
Python 3.5.1

pip install aiohttp
pip install jinja2
pip install aiomysql

创建项目目录结构

(lxf_webapp) ➜  lxf_webapp git:(master) ✗ tree
.
├── LICENSE
├── backup
├── conf
├── dist
├── ios
└── www
    ├── static
    └── templates

7 directories, 1 file

编写webapp