iiRecord
Agentic AI Atlas · scope-boundary:django.scope
scope-boundary:django.scopea5c.ai
II.
ScopeBoundary JSON

scope-boundary:django.scope

Structured · live

scope-boundary:django.scope json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yamlCluster · sourceref-scope
Record JSON
{
  "id": "scope-boundary:django.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-frameworks.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "framework:django",
    "inScope": "Batteries-included Python web framework — ORM, admin, auth,\nmigrations, templating. Strong fit for content-heavy sites,\ninternal tools, CMS-shaped apps, and rapid CRUD.\n",
    "outOfScope": "Pure async websocket-heavy services (use Channels or pick FastAPI),\nmicroservices that need a slim runtime, and non-relational\nprimary stores (Django ORM is tightly relational).\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:django.scope",
      "to": "framework:django",
      "kind": "bounds_subject"
    }
  ],
  "incomingEdges": []
}