Author: russellm Date: 2007-09-14 03:49:02 -0500 (Fri, 14 Sep 2007) New Revision: 6182
Modified: django/trunk/docs/modpython.txt Log: Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, [EMAIL PROTECTED] Modified: django/trunk/docs/modpython.txt =================================================================== --- django/trunk/docs/modpython.txt 2007-09-14 08:37:23 UTC (rev 6181) +++ django/trunk/docs/modpython.txt 2007-09-14 08:49:02 UTC (rev 6182) @@ -83,7 +83,7 @@ With this path, ``import weblog`` and ``import mysite.settings`` will both work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` lived under the ``weblog/`` directory, you would *also* need to add -``/var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the +``/usr/local/django-apps/weblog/`` to your ``PythonPath``. Remember: the **parent directories** of anything you import directly must be on the Python path. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
