II.
Framework JSON
Structured · liveframework:django
Django json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:django",
"_kind": "Framework",
"_file": "domain/frameworks/django.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Django",
"homepageUrl": "https://www.djangoproject.com",
"belongsToLanguageId": "language:python",
"category": "web-backend",
"releasedAt": "2005",
"description": "The Django framework.\n"
},
"outgoingEdges": [
{
"from": "framework:django",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "framework:django",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:django",
"to": "framework:fastapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks — Django is batteries-included; FastAPI is async-first"
}
},
{
"from": "framework:django",
"to": "framework:flask",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks — Django is batteries-included; Flask is minimal"
}
},
{
"from": "framework:django",
"to": "framework:litestar",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks"
}
}
],
"incomingEdges": [
{
"from": "framework:fastapi",
"to": "framework:django",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks — FastAPI is async-first; Django is batteries-included"
}
},
{
"from": "framework:flask",
"to": "framework:django",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks — Flask is minimal; Django is batteries-included"
}
},
{
"from": "framework:litestar",
"to": "framework:django",
"kind": "alternative_to",
"attributes": {
"comparison": "Python web frameworks"
}
},
{
"from": "specialization:backend-development",
"to": "framework:django",
"kind": "uses_framework"
},
{
"from": "specialization:backend-python-django",
"to": "framework:django",
"kind": "uses_framework"
},
{
"from": "specialization:webapp-fullstack-python",
"to": "framework:django",
"kind": "uses_framework"
},
{
"from": "stack-profile:django-htmx",
"to": "framework:django",
"kind": "composed_of"
},
{
"from": "stack-profile:django-htmx",
"to": "framework:django",
"kind": "composes_stack",
"attributes": {}
},
{
"from": "tool-server:mcp-django",
"to": "framework:django",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "scope-boundary:django.scope",
"to": "framework:django",
"kind": "bounds_subject"
}
]
}