Commit d76fc2c2 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #12102 -- Corrected an example in the docs that suggested that you use a...

Fixed #12102 -- Corrected an example in the docs that suggested that you use a relative path in your PYTHONPATH. Thanks to alexkon for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 6237768b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -900,7 +900,7 @@ for generic relations and internationalization, type:

.. code-block:: bash

    PYTHONPATH=..
    PYTHONPATH=`pwd`/..
    ./runtests.py --settings=settings generic_relations i18n

Contrib apps