1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

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