Django, hızlı geliştirmeyi teşvik eden ve temiz, pragmatik tasarım sunan yüksek seviyeli bir Python web çerçevesidir. "Pil dahil" bir çerçeve — bir web uygulaması oluşturmak için gerekli olan neredeyse her şeyi kutudan çıkar biçimde içerir ve iyi tanımlanmış kuralları takip eder.
Pil dahil: neler gömülü gelir
✓ ORM — work with the database using Python, not raw SQL
✓ Admin site — an auto-generated admin interface for your data
✓ Authentication— users, permissions, sessions, login
✓ Forms — validation and rendering
✓ Templates — a templating engine for HTML
✓ Migrations — version-controlled database schema changes
✓ Security — CSRF, XSS, SQL-injection protections by default
✓ Routing, caching, i18n, and more
