Commit ed1c15d8 authored by Md. Sadaf Noor's avatar Md. Sadaf Noor Committed by Baptiste Mispelon
Browse files

Fixed #26829 -- Simplified version detection command in tutorial

parent 92d323cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ tell Django is installed and which version by running the following command:

.. code-block:: console

    $ python -c "import django; print(django.get_version())"
    $ python -m django --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".