summaryrefslogtreecommitdiff
path: root/tutorial_1_intro
diff options
context:
space:
mode:
authorankitjavalkar2017-05-15 11:14:53 +0530
committerGitHub2017-05-15 11:14:53 +0530
commitd874ad84b01b6e096ca9733fb879805d272ae79d (patch)
tree0767d3962a8e379cce8913277749b64b847b132f /tutorial_1_intro
parentdc821a8ce42a67edfdef44e01f377acb460ca9e9 (diff)
downloadlearn_django-d874ad84b01b6e096ca9733fb879805d272ae79d.tar.gz
learn_django-d874ad84b01b6e096ca9733fb879805d272ae79d.tar.bz2
learn_django-d874ad84b01b6e096ca9733fb879805d272ae79d.zip
Update slide_1.md
Diffstat (limited to 'tutorial_1_intro')
-rw-r--r--tutorial_1_intro/slide_1.md58
1 files changed, 57 insertions, 1 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md
index 62ff18a..5ca9eba 100644
--- a/tutorial_1_intro/slide_1.md
+++ b/tutorial_1_intro/slide_1.md
@@ -1,5 +1,5 @@
Slide 1
-============
+--------------
**What is a web application**
@@ -12,3 +12,59 @@ This was possible by transmitting information from the users to remote computers
The server-side application stored all kinds of information using databases, so that it could retrieve, modify or utilise this information at any time.
Gmail, Facebook and even Train ticket booking systems are examples of web applications.
+
+Slide 2
+--------------
+
+**What is a Web Framework**
+
+Narration:
+
+When building a web application, we need to take care of number of things.
+ - How to implement basic security measures like login
+ - How the web application will interact with databases to store information
+ - How will the HTML pages be rendered
+ - and many more
+
+A lot of these situations can be handled by a programmer by coding his own solutions, but that would take a lot of time and effort on his behalf. Web frameworks provide these basic features out-of-the-box.
+
+Slide 3
+--------------
+
+**Why Django should be used**
+
+Narration:
+
+Django is a web framework written using the Python Language. It's robust, easy to start with and has a lot of pre-built features available out of the box for someone who already knows how to develop stuff with Python.
+
+It allows the web developer to have a basic application up and running in reasonable time.
+
+
+Slide 4
+--------------
+
+**Where is Django used**
+
+Slide 5
+--------------
+
+**Where is Django used**
+
+- Pinterest - A social image and web resource sharing site
+ - [Add Screenshot]
+
+Slide 6
+--------------
+
+**Where is Django used**
+
+- Instagram - A social photo sharing site
+ - [Add Screenshot]
+
+Slide 7
+--------------
+
+**Where is Django used**
+
+- Disqus - A commenting system that can be integrated on any web page
+ - [Add Screenshot]