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:02 -0400 |
| commit | 82803611eb1ca2ec8f4ea8569d4bf4abbd91cdb2 (patch) | |
| tree | 2848be00ce507c4c214a2445b4924006fc12cbc1 /docs/internals/contributing/writing-code | |
| parent | 20dbbc5fa25bb4dd8d583ab16c7fc761b3e27ec3 (diff) | |
[1.6.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 d17222e99f..83cb07441b 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -31,7 +31,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 |
