From 770b31e2093d8a69e43f8b3f8a967ba854ccccc1 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 24 Feb 2010 14:52:49 +0000 Subject: [PATCH] [1.1.X] 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. Backport of r12570 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12572 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 007de8bdf8..0558388212 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -854,7 +854,7 @@ for generic relations and internationalization, type: .. code-block:: bash - PYTHONPATH=.. + PYTHONPATH=`pwd`/.. ./runtests.py --settings=settings generic_relations i18n Contrib apps