diff options
| author | Jordi Yeh <yehj10@hhmi.org> | 2014-04-16 09:19:55 -0400 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-04-16 09:42:48 -0400 |
| commit | fcbcdf72d60ccfd808187c3322457decc927712c (patch) | |
| tree | 247f1e1caaffefa24d3b0a534a9eadc539c38985 /docs/internals/contributing/writing-code | |
| parent | c064971e6bd1906c3665b25e0d659c0e47bb4a00 (diff) | |
[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.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index bcee13f6d3..3edc588c18 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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 |
