Additional clarification to [365]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-01 19:03:33 +00:00
parent d62f31228b
commit 8483f0aa04
1 changed files with 1 additions and 1 deletions

View File

@ -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"