Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greyli/flask-china
本仓库已被 HelloFlask 论坛替代。
https://github.com/greyli/flask-china
Last synced: 11 days ago
JSON representation
本仓库已被 HelloFlask 论坛替代。
- Host: GitHub
- URL: https://github.com/greyli/flask-china
- Owner: greyli
- Created: 2017-07-30T00:25:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T03:53:11.000Z (about 5 years ago)
- Last Synced: 2024-12-09T09:49:25.388Z (13 days ago)
- Homepage: https://discuss.helloflask.com
- Size: 6.84 KB
- Stars: 13
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-china
这个仓库用来讨论和解决Flask相关问题。## 提问的步骤
当遇到了Flask问题时,请遵循以下的步骤尝试解决:
* 检查代码是否有语法错误。
* 查看相应的源码和文档。
* 使用Google/StackOverflow搜索## 创建Issue
如果经过以上步骤后还没有解决问题,请在本仓库[创建Issue](https://github.com/greyli/flask-china/issues/new)。
创建Issue时请按照Issue内的模板填写,应该尽量包括下面的内容:
* 如果问题主要涉及扩展,请在标题内包含扩展名称
* 最小化的、完整的、可复现相关问题的代码
* 期望效果
* 实际效果(完整的错误堆栈信息)
* 你的操作步骤和尝试过的解决办法
* 操作系统和语言、库等的版本## 推荐阅读
* [The XY Problem](http://xyproblem.info/)
* [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask)
* [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve)
* [How To Ask Questions The Smart Way](http://www.catb.org/esr/faqs/smart-questions.html)## 参与进来
我希望这个仓库能够发挥一个论坛的作用。请大家点击右上方的Watch按钮,选择Watching选项,
以便及时的参与到讨论中来。如果你想要分享关于Flask的Tips和经验,
可以[创建Wiki](https://github.com/greyli/flask-china/wiki)。