{
  "id": "python/django-template-loader-error",
  "signature": "django.template.exceptions.TemplateDoesNotExist: admin/login.html",
  "signature_zh": "模板不存在：admin/login.html",
  "regex": "django\\.template\\.exceptions\\.TemplateDoesNotExist:\\ admin/login\\.html",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "Django 在模板目录中找不到指定的模板文件",
  "root_cause_type": "generic",
  "root_cause_zh": "模板文件路径错误或模板目录未正确配置",
  "versions": [
    {
      "version": "3.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "4.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "5.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "在模板目录中创建空文件",
      "why_fails": "空文件会导致渲染错误",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "修改 TEMPLATES 设置中的 DIRS 为错误路径",
      "why_fails": "路径错误仍然找不到模板",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "检查模板路径是否正确",
      "success_rate": 0.95,
      "how": "确保模板文件位于 app/templates/admin/login.html 或 DIRS 指定的目录",
      "condition": "",
      "sources": []
    },
    {
      "action": "在 settings.py 中配置模板目录",
      "success_rate": 0.9,
      "how": "TEMPLATES[0]['DIRS'] = [BASE_DIR / 'templates']",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.86,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-12-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}