From 8483f0aa047d4bff51e994e06e2ecf0365749830 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 1 Aug 2005 19:03:33 +0000 Subject: [PATCH] Additional clarification to [365] git-svn-id: http://code.djangoproject.com/svn/django/trunk@366 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt index 4652f662f2..5b42c960fe 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -118,7 +118,7 @@ Write your first view Well, we haven't created any views yet -- we just have the URLconf. But let's make sure Django is following the URLconf properly. -Fire up the Django development Web server, as we did in Tutorial 2:: +Fire up the Django development Web server:: django-admin.py runserver --settings="myproject.settings.main"