II.
ScopeBoundary JSON
Structured · livescope-boundary:django.scope
scope-boundary:django.scope json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}