diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-01 19:03:33 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-01 19:03:33 +0000 |
| commit | 8483f0aa047d4bff51e994e06e2ecf0365749830 (patch) | |
| tree | 4ee0e60b2d75ff1a17cebf524175771ce2388a11 /docs/tutorial03.txt | |
| parent | d62f31228b3f9bffde707124d28d755239b78fd0 (diff) | |
Additional clarification to [365]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial03.txt')
| -rw-r--r-- | docs/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
