summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-02-24 14:50:37 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-02-24 14:50:37 +0000
commitd76fc2c2a028ed8672c5a89ebc0f9182ef080dde (patch)
tree1848aac75555d53ca3ff6c27fba94778711c38f9 /docs/internals
parent6237768b5132d582c3e1588213ef5cf84d9d9158 (diff)
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
Diffstat (limited to 'docs/internals')
-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 2e1831aec8..c9abf203eb 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -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