diff options
| author | Chris Cahoon <chris.cahoon@gmail.com> | 2009-06-25 15:42:51 +0000 |
|---|---|---|
| committer | Chris Cahoon <chris.cahoon@gmail.com> | 2009-06-25 15:42:51 +0000 |
| commit | eac54911f5df8a31377fecd37b2bf34f0afef169 (patch) | |
| tree | e5028a9673b5cbc337f380a6c808816236932f7b /docs/howto/deployment/modwsgi.txt | |
| parent | 7acae8f4d8a8f191d46fbb16e8cb15f46644b2ca (diff) | |
[soc2009/http-wsgi-improvements] Merged up to 11103 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/deployment/modwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/modwsgi.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/howto/deployment/modwsgi.txt b/docs/howto/deployment/modwsgi.txt index c35fba3183..902e312551 100644 --- a/docs/howto/deployment/modwsgi.txt +++ b/docs/howto/deployment/modwsgi.txt @@ -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
@@ -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
\ No newline at end of file +.. _mod_wsgi documentation: http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
|
