Commit ec2d456d authored by Jordi Yeh's avatar Jordi Yeh Committed by Baptiste Mispelon
Browse files

[1.5.x] Fixed #22457 -- Fixed contributing guide w/o github set-up

The published commnand was not working when the user did not have
the git client set-up with the public-key. Changed the contributing
guide to clone it from https instead.

Backport of 28102991 from master
parent cbc80eef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ with this sample ``settings`` module:

.. code-block:: bash

    git clone git@github.com:django/django.git django-repo
   $ git clone https://github.com:django/django.git django-repo
    cd django-repo/tests
    PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite