mirror of
https://github.com/django/django.git
synced 2025-03-25 16:50:45 +00:00
[1.7.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 28102991172ab931d030412275f926c1b05c688d from master.
This commit is contained in:
parent
c064971e6b
commit
fcbcdf72d6
@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
$ cd django-repo/tests
|
||||||
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
|
$ PYTHONPATH=..:$PYTHONPATH ./runtests.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user