From b9b02f91fa4b744ac187c250f219457d29d66ab9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 16 Feb 2006 16:01:59 +0000 Subject: [PATCH] Fixed typo in [2311] git-svn-id: http://code.djangoproject.com/svn/django/trunk@2312 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/modpython.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/modpython.txt b/docs/modpython.txt index 7c383c89b41..5800968ee55 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -220,13 +220,13 @@ an easy way to isolate mod_python-specific problems. `Getting mod_python Working details this procedure. The next step should be to edit your test code and add an import of any -Django-specific you're using -- your views, your models, your URLconf, your RSS -configuration, etc. Put these imports in your test handler function and access -your test URL in a browser. If this causes a crash, you've confirmed it's the -importing of Django code that causes the problem. Gradually reduce the set of -imports until it stops crashing, so as to find the specific module that causes -the problem. Drop down further into modules and look into their imports, as -necessary. +Django-specific code you're using -- your views, your models, your URLconf, +your RSS configuration, etc. Put these imports in your test handler function +and access your test URL in a browser. If this causes a crash, you've confirmed +it's the importing of Django code that causes the problem. Gradually reduce the +set of imports until it stops crashing, so as to find the specific module that +causes the problem. Drop down further into modules and look into their imports, +as necessary. .. _Expat Causing Apache Crash: http://www.dscpl.com.au/articles/modpython-006.html .. _mod_python FAQ entry: http://modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp