Commit 8e441e9c authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Made small clarification to docs/modpython.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 885dd85b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
==============