diff options
author | ankitjavalkar | 2017-05-15 11:17:25 +0530 |
---|---|---|
committer | GitHub | 2017-05-15 11:17:25 +0530 |
commit | 79cdeae1c96f3a2be1d7b623a04ce9fd243b9514 (patch) | |
tree | a51d4a616fba50e44e070b6c8e24f6e3366ac5e9 | |
parent | 3ac89e44bde52c5712617e2885b10bb9d895c261 (diff) | |
download | learn_django-79cdeae1c96f3a2be1d7b623a04ce9fd243b9514.tar.gz learn_django-79cdeae1c96f3a2be1d7b623a04ce9fd243b9514.tar.bz2 learn_django-79cdeae1c96f3a2be1d7b623a04ce9fd243b9514.zip |
Delete slide_2.md
-rw-r--r-- | tutorial_1_intro/slide_2.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tutorial_1_intro/slide_2.md b/tutorial_1_intro/slide_2.md deleted file mode 100644 index 29c6e25..0000000 --- a/tutorial_1_intro/slide_2.md +++ /dev/null @@ -1,11 +0,0 @@ -**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. |