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...
categories: [] Alice learns to count How not to win friends and influence people Why I won’t be writing a monad tutorial Why you should write a monad tutorial layout: postti...
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 3 Overview Writing more views Write views that actually do something A shortcut: render() Raising a 404 error A shortcut: get_object_or_404(...
Writing your first Django app, part 2 Database setup Creating models Activating models BEGIN ; — Create model Choice ); — Create model Question ); — Add field question ...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view path(...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view p...
Writing your first Django app, part 1 Creating a project The development server Creating the Polls app Write your first view path() argument: route path() argument: view ...
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 regular Django views using our Serializer Writing regular Django views using our Serializer Let's see how we can write some API views using our new Serializer class.For...