Author: adrian Date: 2007-09-09 12:21:36 -0500 (Sun, 09 Sep 2007) New Revision: 6071
Modified: django/trunk/docs/modpython.txt Log: Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, [EMAIL PROTECTED] Modified: django/trunk/docs/modpython.txt =================================================================== --- django/trunk/docs/modpython.txt 2007-09-09 17:18:36 UTC (rev 6070) +++ django/trunk/docs/modpython.txt 2007-09-09 17:21:36 UTC (rev 6071) @@ -78,7 +78,7 @@ ``DJANGO_SETTINGS_MODULE`` as in the above example. In this case, you would need to write your ``PythonPath`` directive as:: - PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" + PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path" With this path, ``import weblog`` and ``import mysite.settings`` will both work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
