Lesson 1: Start
Lesson 2: Git
Lesson 3: MVC
Lesson 4: Forms
Lesson 5: Models
Appendix i: Setup
Appendix ii: Shell
Appendix iii: TDD
In this practical tutorial, I will show you how to test thoroughly a simple function. We will use Python's unittest library.
In this part of the tutorial, I will show you some basic model definition by creating a simple blog. We will discover how to handle dynamic model data and urls.
This brief introduction will gently guide you through the of creating, displaying and validating Django Forms. As always, with a flavour of TDD best practices.
Let me introduce you to someone I got great inspiration from: programmer, author, blogger John Sonmez owner of simpleprogrammer.com.
Master the command line aliases and custom variables for super fast Django development.