diff options
author | King | 2017-06-22 16:18:02 +0530 |
---|---|---|
committer | ankitjavalkar | 2017-06-22 16:56:02 +0530 |
commit | 608158ccc1915b7c6c1232e077f3a7deb9e9a195 (patch) | |
tree | 64aed952e02492b0abdee71671555ddc825f0e9e /tutorial_4_django_views_templates/slides.md | |
parent | e9ba1b41b1164e0f30c16b07dd366c9ed9d817bb (diff) | |
download | learn_django-608158ccc1915b7c6c1232e077f3a7deb9e9a195.tar.gz learn_django-608158ccc1915b7c6c1232e077f3a7deb9e9a195.tar.bz2 learn_django-608158ccc1915b7c6c1232e077f3a7deb9e9a195.zip |
updated timings
final edit.
Diffstat (limited to 'tutorial_4_django_views_templates/slides.md')
-rw-r--r-- | tutorial_4_django_views_templates/slides.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tutorial_4_django_views_templates/slides.md b/tutorial_4_django_views_templates/slides.md index 4ecf773..54fd83e 100644 --- a/tutorial_4_django_views_templates/slides.md +++ b/tutorial_4_django_views_templates/slides.md @@ -1,6 +1,6 @@ Tutorial: Create Views and Route your URLS(urls setting) =========================================== -[Demonstration time: mins s (0.85 ~ 85%) | Total time: mins s] +[Demonstration time: 7 mins 00 s (0.817 ~ 82%) | Total time: 8 mins 34 s] Slide 1 [00:08 | 00:08] ------------ @@ -82,7 +82,7 @@ This is called the URL Dispatcher - Go to the url http://localhost:8000/blogs/ and show the output. - You will see the blog object Query set. - So we have created a simple client-server model.(At this point we can show - the image we showed in previous tutorial.) + the image, we showed in the previous tutorial.) - Let us now improve our view. @@ -127,3 +127,4 @@ In the /blog/views.py edit get_blogs function ---------------------------------------------------- *** Add concluding slides and assignment***[00:42 | 08:34] ------------------------------------------- + Narrator Notes: Can give assignment to create a view ***count_blogs*** for displaying the number of blogs. |