Last updated
Kurskode
django
Varighet
21 timer (vanligvis 3 dag inkludert pauser)
Krav
- Python
Oversikt
Django er et høyt nivå Python Web-rammeverk som oppmuntrer til rask utvikling og ren, pragmatisk design.
Publikum
Dette kurset er rettet mot utviklere og ingeniører som søker å integrere Django i prosjektene sine
Machine Translated
Kursplan
Getting Started
- Installation
Intro to Django
- Object-relational mapper
- URLs and views
- Templates
- Forms
- Developmental process
- Authentication
- Admin
- Internationalization
- Security
Tutorial
- Requests and responses
- Models and the admin site
- Views and templates
- Forms and generic views
- Testing
- Static files
- Customizing the admin site
Advanced Tutorials
- How to write reusable apps
- Writing your first patch for Django