diff options
author | King | 2017-05-21 11:45:31 +0530 |
---|---|---|
committer | GitHub | 2017-05-21 11:45:31 +0530 |
commit | 409737938994d475f5f7b552b5937e663e6ebed4 (patch) | |
tree | 13a34a8a0fb44187d2e1b9e99eae12f73468ab84 | |
parent | da2d5f5df663992bba754a259145eeb5d04fea16 (diff) | |
download | learn_django-409737938994d475f5f7b552b5937e663e6ebed4.tar.gz learn_django-409737938994d475f5f7b552b5937e663e6ebed4.tar.bz2 learn_django-409737938994d475f5f7b552b5937e663e6ebed4.zip |
minor change
-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 2932583..e805a4b 100644 --- a/tutorial_1_intro/slide_1.md +++ b/tutorial_1_intro/slide_1.md @@ -128,7 +128,7 @@ Demonstration [ 02:30 | 07:57] - python manage.py runserver - This may give migrations warning at the start, we ignore them for now. - We see that the server is running now. -- Go to the address shown mostly will be http://127.0.0.1:8000/ +- Go to the address shown, mostly will be http://127.0.0.1:8000/ - So in a web browser we see the django index page. - Go back to the terminal. - We can quit the server with CONTROL-C |