Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

a blog writen by python3

1,项目框架
    blog/                    <-- 根目录
    |
    +- backup/               <-- 备份目录
    |
    +- conf/                 <-- 配置文件
    |
    +- dist/                 <-- 打包目录
    |
    +- www/                  <-- Web目录,存放.py文件
    |  |
    |  +- static/            <-- 存放静态文件
    |  |
    |  +- templates/         <-- 存放模板文件
    |
    +- ios/                  <-- 存放iOS App工程
    |
    +- LICENSE               <-- 代码LICENSE


2,软件版本

    Python 3.6.3

    异步框架aiohttp:
    $pip3 install aiohttp

    前端模板引擎jinja2:
    $ pip3 install jinja2

    MySQL的Python异步驱动程序aiomysql:
    $ pip3 install aiomysql

About

a blog writen by python3

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages