summaryrefslogtreecommitdiff
path: root/tutorial_1_intro
diff options
context:
space:
mode:
authorKing2017-05-21 12:25:02 +0530
committerGitHub2017-05-21 12:25:02 +0530
commit8f9ea60b399fe99ab6cc9123365dd4a2e1ce7a0d (patch)
treeca624db5807bcbd3ace74616a3fbc8463ae832b5 /tutorial_1_intro
parent409737938994d475f5f7b552b5937e663e6ebed4 (diff)
downloadlearn_django-8f9ea60b399fe99ab6cc9123365dd4a2e1ce7a0d.tar.gz
learn_django-8f9ea60b399fe99ab6cc9123365dd4a2e1ce7a0d.tar.bz2
learn_django-8f9ea60b399fe99ab6cc9123365dd4a2e1ce7a0d.zip
Update slide_1.md
Diffstat (limited to 'tutorial_1_intro')
-rw-r--r--tutorial_1_intro/slide_1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial_1_intro/slide_1.md b/tutorial_1_intro/slide_1.md
index e805a4b..de38e3f 100644
--- a/tutorial_1_intro/slide_1.md
+++ b/tutorial_1_intro/slide_1.md
@@ -122,7 +122,7 @@ Demonstration [ 02:30 | 07:57]
- We will learn about them in later tutorials.
- Type the following command:
- django-admin.py startproject demo-project
-- This creates a project directory with all necessory files.
+- This creates a project directory with all the necessary files.
- cd demo-project
- Now run:
- python manage.py runserver