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:
parent
c9f90060a5
commit
c97d93ed56
|
@ -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
|
have to restart the server each time you make a change to Python code -- but
|
||||||
we're working on changing that.
|
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
|
Explore the free admin functionality
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue