summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 19:58:19 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 19:58:19 +0000
commitc97d93ed56b55b63686e7d39dd39086169d2ea0a (patch)
treebfb37277a275439b882f382e6dd813774dfd5552 /docs/tutorial02.txt
parentc9f90060a5ff716630d393046bb3348dc5f50c0e (diff)
Added note to tutorial02 on how to stop the development server on Unix vs. Windows
git-svn-id: http://code.djangoproject.com/svn/django/trunk@219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 93166e55d8..e3115eb4ad 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -116,6 +116,9 @@ 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).
+
Explore the free admin functionality
====================================