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 tutorial
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.
Master the command line aliases and custom variables for super fast Django development.
This article is an appendix to the other tutorial exercises on the site.
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.