summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
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
====================================