Web framework, MVC Design Pattern. Django Evolution, Views, Mapping URL to Views
Template System Basics (P31-32), Using Django Template System (P33-40), Basic Template Tags and Filters (P40-47), Template Loading (P49-54), Template Inheritance (P54-58)
M2 - Lecture notesMVT Development Pattern (P59-62). Configuring Databases (P62-65), Defining and Implementing Models (P65-71), Basic Data Access (P71), Adding Model String Representations (P72-73), Inserting/Updating data (P73-74), Selecting and deleting objects (P74-79), Schema Evolution (P79-82)
M2 - Lecture notes - part2Activating Admin Interfaces (P83-85) - Using Admin Interfaces (P85-91) - Customizing Admin Interfaces (P91-93) - Reasons to use Admin Interfaces (P94). Form Processing (P95-98) - Creating Feedback forms (P98-101) - Form submissions (P101-102), custom validation (P103-105), creating Model Forms (P105-106)
M3 - Lecture notesURLConf Tricks (P107-120), Other URLConfs (P120-122).
M3 - Lecture notes - part2Using Generic Views, Generic Views of Objects, Extending Generic Views of objects, Extending Generic Views.
MIME Types, Generating Non-HTML contents like CSV and PDF, Syndication Feed Framework, Sitemap framework.
M4 - Lecture notesCookies, Sessions, Users and Authentication.
M4 - Lecture notes - part2Ajax Solution, Java Script, XHTMLHttpRequest and Response, HTML, CSS, JSON, iFrames, Settings of JavaScript in Django
M5 - Lecture notes Chapter 1jQuery and Basic AJAX, jQuery AJAX Facilities
M5 - Lecture notes Chapter 2Using jQuery UI Autocomplete in Django
M5 - Lecture notes - Chapter 7