diff options
author | ankitjavalkar | 2017-05-12 17:46:24 +0530 |
---|---|---|
committer | GitHub | 2017-05-12 17:46:24 +0530 |
commit | 89e0ecf173e249ec5aa8ed13dbd04d9248769607 (patch) | |
tree | a44092c99b864199654baad2933cce3d80f0e211 /tutorial_1_intro | |
parent | bf328b6f136b20567801c898cafd6f3d744ef340 (diff) | |
download | learn_django-89e0ecf173e249ec5aa8ed13dbd04d9248769607.tar.gz learn_django-89e0ecf173e249ec5aa8ed13dbd04d9248769607.tar.bz2 learn_django-89e0ecf173e249ec5aa8ed13dbd04d9248769607.zip |
Create slide_3.md
Diffstat (limited to 'tutorial_1_intro')
-rw-r--r-- | tutorial_1_intro/slide_3.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tutorial_1_intro/slide_3.md b/tutorial_1_intro/slide_3.md new file mode 100644 index 0000000..f9d79b5 --- /dev/null +++ b/tutorial_1_intro/slide_3.md @@ -0,0 +1,7 @@ +**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. |