summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-21 15:36:43 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-21 15:36:43 +0000
commit8aa16458126f48a474a0f17b225abb822e11790e (patch)
treeb6db8e853d7fa0f95b4a45294ee321e5f54746c2 /docs/tutorial02.txt
parent3ff931848e1c9261021db35eac9381c5c40c55d4 (diff)
Changed tutorial docs to account for auto-reload on the development server
git-svn-id: http://code.djangoproject.com/svn/django/trunk@274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 7c03c71c1f..133b9c2a8f 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -94,12 +94,8 @@ file and make the following change to add an ``admin`` attribute::
)
admin = meta.Admin()
-Restart your development Web server, and reload the Django admin page. You'll
-have to restart the server each time you make a change to Python code -- but
-we're working on changing that.
-
-You can stop the development server by hitting CONTROL-C (Unix) or CTRL-BREAK
-(Windows).
+Now reload the Django admin page to see your changes. Note that you don't have
+to restart the development server -- it auto-reloads code.
Explore the free admin functionality
====================================