From 0498eb30cbd8acd0ecd7175393a713e6ceab681d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 9 Apr 2007 01:06:09 +0000 Subject: [PATCH] Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirnov.ca git-svn-id: http://code.djangoproject.com/svn/django/trunk@4958 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 863beadf2bf..37909a09fd4 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