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"