summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-02-24 14:52:49 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-02-24 14:52:49 +0000
commit770b31e2093d8a69e43f8b3f8a967ba854ccccc1 (patch)
tree66641009894fca69579fb9d8a40cd9ab8f1e8041 /docs
parentc1edfcd9ae65fb27f9f8534ae1374dae40b3bbf2 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing.txt2
1 files changed, 1 insertions, 1 deletions
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