diff options
Diffstat (limited to 'docs/howto/deployment/modpython.txt')
| -rw-r--r-- | docs/howto/deployment/modpython.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/modpython.txt b/docs/howto/deployment/modpython.txt index fe1cd79c3a..b1ddf581f5 100644 --- a/docs/howto/deployment/modpython.txt +++ b/docs/howto/deployment/modpython.txt @@ -299,7 +299,7 @@ Django distribution. We **strongly** recommend using :mod:`django.contrib.staticfiles` to handle the admin files (this means using the :djadmin:`collectstatic` management command to collect the static files in :setting:`STATIC_ROOT`, and then configuring -your webserver to serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but +your Web server to serve :setting:`STATIC_ROOT` at :setting:`STATIC_URL`), but here are two other approaches: 1. Create a symbolic link to the admin static files from within your |
