summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2017-07-17 16:59:47 +0530
committerGitHub2017-07-17 16:59:47 +0530
commit5b8cdbd1293634fdc6208c6f47685f4b053b58bd (patch)
tree83e52d5a9cdaea41c4663e98aa6f7b26deb381cc
parent608158ccc1915b7c6c1232e077f3a7deb9e9a195 (diff)
downloadlearn_django-5b8cdbd1293634fdc6208c6f47685f4b053b58bd.tar.gz
learn_django-5b8cdbd1293634fdc6208c6f47685f4b053b58bd.tar.bz2
learn_django-5b8cdbd1293634fdc6208c6f47685f4b053b58bd.zip
Updated as per Suggestions
-rw-r--r--tutorial_4_django_views_templates/slides.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial_4_django_views_templates/slides.md b/tutorial_4_django_views_templates/slides.md
index 54fd83e..8021b50 100644
--- a/tutorial_4_django_views_templates/slides.md
+++ b/tutorial_4_django_views_templates/slides.md
@@ -1,18 +1,18 @@
-Tutorial: Create Views and Route your URLS(urls setting)
+Tutorial: Create Views and Route your URLs
===========================================
[Demonstration time: 7 mins 00 s (0.817 ~ 82%) | Total time: 8 mins 34 s]
Slide 1 [00:08 | 00:08]
------------
Title Slide
-**Creating Views and Routing URLs**
+**Creating Views and Resolving URLs**
Slide 2 [00:12 | 00:20]
--------------
**Learning Objectives**
-In this tutorial, we will learn to;
+In this tutorial, we will learn to:
- Create a django view
- Create a url routing scheme
@@ -29,7 +29,7 @@ Slide 4 [00:11 | 00:42]
**Pre-requisites**
-In order to follow this tutorial, you need to know;
+In order to follow this tutorial, you need to know:
- how to create models in django
- If not, see the relevant django tutorial on http://spoken-tutorial.org