{"title":"FAQ：获取帮助","version":"6.1","locale":"zh-hans","docname":"faq/help","url":"/zh-hans/6.1/faq/help/","canonical":"https://djangodocs.dev/zh-hans/6.1/faq/help/","summary":"我该如何做 X？Y为什么不工作？我可以去哪里寻求帮助？ Link to this heading # 首先, 请查查你的问题是否在 FAQ 中已经有了答案。同样, 可以用你喜欢的搜索引擎，和在 论坛 中寻找答案。 如果你没有找到答案，请花几分钟时间来将你的问题组织好，清晰地阐述你正面临的问题能让别人更好地帮助你。可以看看…","html":"<h1>FAQ：获取帮助<a class=\"heading-anchor\" href=\"#faq-getting-help\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<section id=\"how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help\">\n<h2>我该如何做 X？Y为什么不工作？我可以去哪里寻求帮助？<a class=\"heading-anchor\" href=\"#how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>首先, 请查查你的问题是否在 <a class=\"reference internal\" href=\"/zh-hans/6.1/faq/\"><span class=\"doc\">FAQ</span></a> 中已经有了答案。同样, 可以用你喜欢的搜索引擎，和在 <a class=\"reference external\" href=\"https://forum.djangoproject.com/\">论坛</a> 中寻找答案。</p>\n<p>如果你没有找到答案，请花几分钟时间来将你的问题组织好，清晰地阐述你正面临的问题能让别人更好地帮助你。可以看看 StackOverflow 指南中 <a class=\"reference external\" href=\"https://stackoverflow.com/help/how-to-ask\">提问的艺术</a>。</p>\n<p>然后，从下面这些渠道中选一个提交你的问题</p>\n<ul class=\"simple\">\n<li><p>Django 论坛中的 <a class=\"reference external\" href=\"https://forum.djangoproject.com/c/users/6\">&quot;Using Django&quot;</a> 板块与基于 web 的讨论有关。</p></li>\n<li><p>用于聊天讨论的 <a class=\"reference external\" href=\"https://chat.djangoproject.com\">Django Discord 服务器</a>。</p></li>\n</ul>\n<p>在这些所有的频道中遵守 <a class=\"reference external\" href=\"https://www.djangoproject.com/conduct/\">Django行为准则</a>。总结起来就是在你的表达中使用那些友好、耐心、周到、尊敬和细心的词语。</p>\n</section>\n<section id=\"nobody-answered-my-question-what-should-i-do\">\n<h2>没有人回答我的问题！我应该怎么办呢？<a class=\"heading-anchor\" href=\"#nobody-answered-my-question-what-should-i-do\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>试着更加具体地介绍你的问题，或提供一个关于你问题的更好的例子。</p>\n<p>就像大多数开源项目一样，这些频道上的朋友们都是志愿者。如果你的问题没有人回答，可能是因为没有人知道答案，也可能是因为没有人能理解你的问题，还可能是有能力帮助的人都很忙。</p>\n<p>你还可以尝试在别的邮件列表中提问，但请不要将你的问题接连发布在全部邮件列表中。</p>\n</section>\n<section id=\"i-think-i-ve-found-a-bug-what-should-i-do\">\n<h2>我认为我找到了个 bug！我应该做什么呢？<a class=\"heading-anchor\" href=\"#i-think-i-ve-found-a-bug-what-should-i-do\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>如何处理一个潜在的 bug 可以详细参考我们的 <a class=\"reference internal\" href=\"/zh-hans/6.1/internals/contributing/bugs-and-features/#reporting-bugs\"><span class=\"std std-ref\">为 Django 做贡献指南</span></a>。</p>\n</section>\n<section id=\"i-think-i-ve-found-a-security-problem-what-should-i-do\">\n<h2>我认为我已经发现了个安全问题！我应该做什么？<a class=\"heading-anchor\" href=\"#i-think-i-ve-found-a-security-problem-what-should-i-do\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>如果你认为你找到了一个 Django 的安全问题， 请发送消息至 <code class=\"docutils literal notranslate\"><span class=\"pre\">security&#64;djangoproject.com</span></code>。这是一个仅供值得信赖的 Django 开发者使用的长期有效的私人邮箱；并且该邮箱的档案不公开。</p>\n<p>由于安全问题的敏感性，我们要求如果您认为自己找到了一个安全问题，请不要在论坛、Discord 服务器、IRC 或公共邮件列表中发布消息。Django 有一个 <a class=\"reference internal\" href=\"/zh-hans/6.1/internals/security/#reporting-security-issues\"><span class=\"std std-ref\">处理安全问题的政策</span></a>；在缺陷未解决期间，我们希望尽量减少通过公开缺陷知识可能造成的损害。</p>\n</section>","rootId":"faq-getting-help","toc":[{"title":"我该如何做 X？Y为什么不工作？我可以去哪里寻求帮助？","anchor":"how-do-i-do-x-why-doesn-t-y-work-where-can-i-go-to-get-help","children":[]},{"title":"没有人回答我的问题！我应该怎么办呢？","anchor":"nobody-answered-my-question-what-should-i-do","children":[]},{"title":"我认为我找到了个 bug！我应该做什么呢？","anchor":"i-think-i-ve-found-a-bug-what-should-i-do","children":[]},{"title":"我认为我已经发现了个安全问题！我应该做什么？","anchor":"i-think-i-ve-found-a-security-problem-what-should-i-do","children":[]}],"breadcrumbs":[{"docname":"faq/index","title":"Django FAQ","url":"/zh-hans/6.1/faq/"}],"prev":{"docname":"faq/usage","title":"FAQ: 使用Django","url":"/zh-hans/6.1/faq/usage/"},"next":{"docname":"faq/models","title":"FAQ：数据库和模型","url":"/zh-hans/6.1/faq/models/"},"formats":{"html":"/zh-hans/6.1/faq/help/","markdown":"/zh-hans/6.1/faq/help.md","json":"/zh-hans/6.1/faq/help.json"},"source":"https://github.com/django/django/blob/stable/6.1.x/docs/faq/help.txt","official":"https://docs.djangoproject.com/zh-hans/6.1/faq/help/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2","3.1","3.0","2.2","2.1","2.0"],"inLocales":["en","sv","zh-hans","ga","fr","ja","id","it","pt-br","ko","es","el","pl"]}