summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-01-31 13:37:42 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-01-31 13:37:42 +0100
commitb2039d39d537340c1617f23d68b3f40f070e01db (patch)
tree149b7719fa2f9197c681d7fb5f62d4a4e1fd7238 /docs
parent5b4805ae2bbc14b159e3bfd84e78eb9189ffa6eb (diff)
Attempted to reduce version mismatch problems in the tutorial.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial01.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index fbbfea800d..7a7221c71d 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -19,10 +19,12 @@ tell Django is installed and which version by running the following command:
python -c "import django; print(django.get_version())"
-You should see either the version of your Django installation or an error
-telling "No module named django". Check also that the version number matches
-the version of this tutorial. If they don't match, you can refer to the
-tutorial for your version of Django or update Django to the newest version.
+If Django is installed, you should see the version of your installation. If it
+isn't, you'll get an error telling "No module named django".
+
+This tutorial is written for Django |version|. If the versions don't match,
+you can refer to the tutorial for your version of Django or update Django to
+the newest version.
See :doc:`How to install Django </topics/install>` for advice on how to remove
older versions of Django and install a newer one.