Author: russellm
Date: 2010-02-24 08:50:37 -0600 (Wed, 24 Feb 2010)
New Revision: 12570
Modified:
django/trunk/docs/internals/contributing.txt
Log:
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.
Modified: django/trunk/docs/internals/contributing.txt
===================================================================
--- django/trunk/docs/internals/contributing.txt 2010-02-24 14:49:38 UTC
(rev 12569)
+++ django/trunk/docs/internals/contributing.txt 2010-02-24 14:50:37 UTC
(rev 12570)
@@ -900,7 +900,7 @@
.. code-block:: bash
- PYTHONPATH=..
+ PYTHONPATH=`pwd`/..
./runtests.py --settings=settings generic_relations i18n
Contrib apps
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.