Made small clarification to docs/modpython.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-08 20:39:52 +00:00
parent 885dd85b5f
commit 8e441e9c5a
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ Here are two recommended approaches:
**and** templates -- stay in one place, and you'll still be able to **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 ``svn update`` your code to get the latest admin templates, if they
change. change.
2. Or, copy the admin media files so that they live within your document 2. Or, copy the admin media files so that they live within your Apache
root. document root.
Error handling Error handling
============== ==============