From e33be86c38ac511b7c22243bcdb0d7721580c3e4 Mon Sep 17 00:00:00 2001 From: Haries Ramdhani Date: Fri, 20 Oct 2017 14:01:52 +0300 Subject: [PATCH] correction for the quote character --- manuscript/chapter6-models-templates-views.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/chapter6-models-templates-views.md b/manuscript/chapter6-models-templates-views.md index 8c23715..a011476 100644 --- a/manuscript/chapter6-models-templates-views.md +++ b/manuscript/chapter6-models-templates-views.md @@ -76,7 +76,7 @@ With the view updated, we can complete the fourth step and update the template `
About Rango
- Picture of Rango + Picture of Rango
@@ -393,4 +393,4 @@ T> ### Model Tips T> For more tips on working with models you can take a look through the following blog posts: T> T> 1. [Best Practices when working with models](http://steelkiwi.com/blog/best-practices-working-django-models-python/) by Kostantin Moiseenko. In this post you will find a series of tips and tricks when working with models. -T> 2. [How to make your Django Models DRYer](https://medium.com/@raiderrobert/make-your-django-models-dryer-4b8d0f3453dd#.ozrdt3rsm) by Robert Roskam. In this post you can see how you can use the `property` method of a class to reduce the amount of code needed when accessing related models. \ No newline at end of file +T> 2. [How to make your Django Models DRYer](https://medium.com/@raiderrobert/make-your-django-models-dryer-4b8d0f3453dd#.ozrdt3rsm) by Robert Roskam. In this post you can see how you can use the `property` method of a class to reduce the amount of code needed when accessing related models.