summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2017-05-25 19:21:40 +0530
committerGitHub2017-05-25 19:21:40 +0530
commit9baeea5fbb1ab7da9343de3c6371e14660e1ffbe (patch)
treefb388c8be5f1acb4492d5a854957bc734695e8d7
parenteb9cb6b453801289cb96ec6680886206bc2de46f (diff)
downloadlearn_django-9baeea5fbb1ab7da9343de3c6371e14660e1ffbe.tar.gz
learn_django-9baeea5fbb1ab7da9343de3c6371e14660e1ffbe.tar.bz2
learn_django-9baeea5fbb1ab7da9343de3c6371e14660e1ffbe.zip
Update feedback
-rw-r--r--tutorial_2_django_proj/slides.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/tutorial_2_django_proj/slides.md b/tutorial_2_django_proj/slides.md
index 62b57c6..6e5c421 100644
--- a/tutorial_2_django_proj/slides.md
+++ b/tutorial_2_django_proj/slides.md
@@ -48,10 +48,10 @@ Demonstration: [01:30 | 2:16]
Demonstration: [02:00 | 4:16]
-------------
- - So django project is
- - collection of settings for an instance of Django
- - Includes;
- - database configuration(will be seen after we run the server for the first time)
+ - A Django project:
+ - is a collection of settings for an instance of Django
+ - includes;
+ - database configuration
- Django-specific options
- Application-specific settings
@@ -125,6 +125,7 @@ Demonstration [01:00 | 08:31]
'django.contrib.staticfiles',
]
- So now our app will be recognized by our project.
+ - In the next tutorial we will see how to build the Blog app
Slide 13 [00:10 | 08:41]
---------------