diff --git a/docs/modpython.txt b/docs/modpython.txt index 863beadf2b..37909a09fd 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -160,7 +160,7 @@ If, however, you have no option but to serve media files on the same Apache ``VirtualHost`` as Django, here's how you can turn off mod_python for a particular part of the site:: - + SetHandler None @@ -177,7 +177,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or SetEnv DJANGO_SETTINGS_MODULE mysite.settings - + SetHandler None