summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-01-06 22:56:13 +0100
committerClaude Paroz <claude@2xlibre.net>2013-01-06 22:59:23 +0100
commita890469d3bffe267aed0260fd267e44e53b14c5e (patch)
tree4ad465f49f4a12d25d500d58de77899b66e527c1 /docs/intro/tutorial01.txt
parent69a46c5ca7d4e6819096af88cd8d51174efd46df (diff)
Fixed #19571 -- Updated runserver output in the tutorial
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 632f27f2d2..d24e19ce11 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -130,9 +130,10 @@ you haven't already, and run the command ``python manage.py runserver``. You'll
see the following output on the command line::
Validating models...
- 0 errors found.
- Django version 1.4, using settings 'mysite.settings'
+ 0 errors found
+ January 06, 2013 - 15:50:53
+ Django version 1.5, using settings 'mysite.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.