diff options
author | King | 2017-05-21 12:25:02 +0530 |
---|---|---|
committer | GitHub | 2017-05-21 12:25:02 +0530 |
commit | 8f9ea60b399fe99ab6cc9123365dd4a2e1ce7a0d (patch) | |
tree | ca624db5807bcbd3ace74616a3fbc8463ae832b5 /tutorial_1_intro | |
parent | 409737938994d475f5f7b552b5937e663e6ebed4 (diff) | |
download | learn_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.md | 2 |
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 |