Commit c13a4c95 authored by Duncan Parkes's avatar Duncan Parkes Committed by Tim Graham
Browse files

[1.7.x] Fixed clone URL of Django git repository.

Backport of 905c4fdc from master
parent 403cc55f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests:

.. code-block:: bash

   $ git clone https://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