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
This commit is contained in:
Adrian Holovaty 2005-07-19 19:58:19 +00:00
parent c9f90060a5
commit c97d93ed56
1 changed files with 3 additions and 0 deletions

View File

@ -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
====================================