From 409737938994d475f5f7b552b5937e663e6ebed4 Mon Sep 17 00:00:00 2001 From: King Date: Sun, 21 May 2017 11:45:31 +0530 Subject: minor change --- tutorial_1_intro/slide_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial_1_intro') 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 -- cgit