Skip to content

TryDying/python3_webapp_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3_webapp_blog

参考教程Python教程-廖雪峰

环境说明

  • python3.8
  • asyncio, aiomysql
  • 使用jinja2模板,uikit进行渲染

文件目录结构

.
├── LICENSE
├── main.py
├── README.md
├── test.py
└── www
    ├── apis.py
    ├── app.py
    ├── config_default.py
    ├── config.py
    ├── config_user.py
    ├── coroweb.py
    ├── handlers.py
    ├── __init__.py
    ├── models.py
    ├── orm.py
    ├── __pycache__
    ├── static
    └── templates

代码使用black 格式化```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors