mirror of
				https://github.com/django/django.git
				synced 2025-10-29 00:26:07 +00:00 
			
		
		
		
	Typo fix from [5896].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -80,7 +80,7 @@ need to write your ``PythonPath`` directive as:: | |||||||
|  |  | ||||||
|     PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" |     PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" | ||||||
|  |  | ||||||
| With this path, ``import weblog`` and ``import mysite.settings`` will all | With this path, ``import weblog`` and ``import mysite.settings`` will both | ||||||
| work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` | work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` | ||||||
| lived under the ``weblog/`` directory, you would *also* need to add | lived under the ``weblog/`` directory, you would *also* need to add | ||||||
| ``/var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the | ``/var/production/django-apps/weblog/`` to your ``PythonPath``. Remember: the | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user