Commit 75de41f9 authored by Karen Tracey's avatar Karen Tracey
Browse files

[1.0.X] Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi...

[1.0.X] Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi deployment doc. Thanks nartzpod and achew22. 

r11079 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent c9771f0b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -51,8 +51,9 @@ If your project is not on your ``PYTHONPATH`` by default you can add::

    sys.path.append('/usr/local/django')

just above the ``import`` line to place your project on the path. Remember to
replace 'mysite.settings' with your correct settings file.
just above the final ``import`` line to place your project on the path. Remember to
replace 'mysite.settings' with your correct settings file, and '/usr/local/django'
with your own project's location.

See the :ref:`Apache/mod_python documentation<howto-deployment-modpython>` for 
directions on serving static media, and the `mod_wsgi documentation`_ for an