diff options
| author | Jeremy Dunck <jdunck@gmail.com> | 2007-12-01 22:12:44 +0000 |
|---|---|---|
| committer | Jeremy Dunck <jdunck@gmail.com> | 2007-12-01 22:12:44 +0000 |
| commit | 23384af79b2f43f08e8395d0a84a57c2a98df392 (patch) | |
| tree | 77e45f0e0fc6cb9b3380982313f45febf2ebf6f0 /docs/modpython.txt | |
| parent | 85ce45bc441e4ace2fba83bc2d2432e22ec9da94 (diff) | |
gis: Merged 6672-6783 vis svnmerge from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@6815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index c739997ce4..aa1acf5864 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -89,18 +89,17 @@ path. .. note:: - If you're using Windows, it is still recommended that you use forward - slashes in the pathnames, even though Windows normally uses backslashes - for its native separator. Apache knows how to convert from the forward - slash format to the native format, so this approach is portable and easier - to read (it avoids tricky problems with having to double-escape - backslashes). + If you're using Windows, we still recommended that you use forward + slashes in the pathnames, even though Windows normally uses the backslash + character as its native separator. Apache knows how to convert from the + forward slash format to the native format, so this approach is portable and + easier to read. (It avoids tricky problems with having to double-escape + backslashes.) This is valid even on a Windows system:: PythonPath "['c:/path/to/project'] + sys.path" - You can also add directives such as ``PythonAutoReload Off`` for performance. See the `mod_python documentation`_ for a full list of options. |
