django
Installation
SKILL.md
Django Development
Complete guide for building web applications with Django framework.
Overview
Django is a high-level Python web framework for rapid development and clean design.
Key Characteristics:
- Batteries included (admin, ORM, auth)
- MTV (Model-Template-View) architecture
- Built-in security features
- Excellent documentation
- Large ecosystem