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_...
Writing your first Django app, part 4 Write a minimal form Use generic views: Less code is better Amend URLconf Amend views Writing your first Django app, part 4 This tuto...
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_4...
Writing your first Django app, part 2 Database setup Creating models Activating models Playing with the API Introducing the Django Admin Creating an admin user Start the devel...
Writing your first Django app, part 6 Customize your app’s look and feel Adding a background-image Writing your first Django app, part 6 This tutorial begins where Tutorial 5...
Writing your first Django app, part 5 Introducing automated testing What are automated tests? Why you need to create tests Tests will save you time Tests don’t just identify prob...
Writing your first Django app, part 4 Write a minimal form Use generic views: Less code is better Amend URLconf Amend views Writing your first Django app, part 4 This tutor...
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_4...
Writing your first Django app, part 7 Customize the admin form Adding related objects Customize the admin change list Customize the admin look and feel Customizing your project’...
Check Your Code First before Looking to Blame Others Check Your Code First before Looking to Blame Others Developers — all of us! — often have trouble believing our own code is...