diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:52:49 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:52:49 +0000 |
| commit | 770b31e2093d8a69e43f8b3f8a967ba854ccccc1 (patch) | |
| tree | 66641009894fca69579fb9d8a40cd9ab8f1e8041 /docs/internals | |
| parent | c1edfcd9ae65fb27f9f8534ae1374dae40b3bbf2 (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/internals')
| -rw-r--r-- | docs/internals/contributing.txt | 2 |
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 |
