summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 7c383c89b4..5800968ee5 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