Lesson 1: Start
Lesson 2: Git
Lesson 3: MVC
Lesson 4: Forms
Lesson 5: Models
Appendix i: Setup
Appendix ii: Shell
Appendix iii: TDD
Viewing posts tagged 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.
Examine the Model-View-Controller pattern at work in a Django Project. This tutorial will give you an overview of models.py, views.py and the templates directory.