Skip to content

Commit

Permalink
[1.0.X] Fixed #11344 -- Made a couple of minor clarifications to the …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
kmtracey committed Jun 19, 2009
1 parent c9771f0 commit 75de41f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/howto/deployment/modwsgi.txt
Expand Up @@ -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
Expand All @@ -65,4 +66,4 @@ For more details, see the `mod_wsgi documentation`_, which explains the above in
more detail, and walks through all the various options you've got when deploying
under mod_wsgi.

.. _mod_wsgi documentation: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
.. _mod_wsgi documentation: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango

0 comments on commit 75de41f

Please sign in to comment.