Django Framework Skill
progressive_disclosure:
entry_point:
summary: "Full-featured Python web framework with batteries included (ORM, admin, auth)"
when_to_use:
- "When building content-heavy web applications"
- "When needing built-in admin interface"
- "When using Django ORM and migrations"
- "When building REST APIs with Django REST Framework"
quick_start:
- "pip install django"
- "django-admin startproject myproject"
- "python manage.py runserver"
token_estimate:
entry: 75-90
full: 4500-5500