Kaydet (Commit) b2039d39 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Attempted to reduce version mismatch problems in the tutorial.

üst 5b4805ae
...@@ -19,10 +19,12 @@ tell Django is installed and which version by running the following command: ...@@ -19,10 +19,12 @@ tell Django is installed and which version by running the following command:
python -c "import django; print(django.get_version())" python -c "import django; print(django.get_version())"
You should see either the version of your Django installation or an error If Django is installed, you should see the version of your installation. If it
telling "No module named django". Check also that the version number matches isn't, you'll get an error telling "No module named django".
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. 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 See :doc:`How to install Django </topics/install>` for advice on how to remove
older versions of Django and install a newer one. older versions of Django and install a newer one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment