From 8e441e9c5a792e225be683fd0ec8cdfb709ce91a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 8 May 2006 20:39:52 +0000 Subject: [PATCH] Made small clarification to docs/modpython.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 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 2b57d0514c..0c0219e2e9 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -187,8 +187,8 @@ Here are two recommended approaches: **and** templates -- stay in one place, and you'll still be able to ``svn update`` your code to get the latest admin templates, if they change. - 2. Or, copy the admin media files so that they live within your document - root. + 2. Or, copy the admin media files so that they live within your Apache + document root. Error handling ==============