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 models
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.
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.