Writing your first Django app, part 3 Overview Writing more views Write views that actually do something A shortcut: render() Raising a 404 error A shortcut: get_object_or_404(...
Lists Components Related links: Lists Components Lists and other things that are almost components Instead of making a separate component for lists I can then generate the re...