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.
This commit is contained in:
Jordi Yeh 2014-04-16 09:19:55 -04:00 committed by Baptiste Mispelon
parent eefad142de
commit 2810299117
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests:
.. 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 ./runtests.py