From c97d93ed56b55b63686e7d39dd39086169d2ea0a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 19 Jul 2005 19:58:19 +0000 Subject: [PATCH] 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 --- docs/tutorial02.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ====================================