diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-16 16:01:59 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-16 16:01:59 +0000 |
| commit | b9b02f91fa4b744ac187c250f219457d29d66ab9 (patch) | |
| tree | b5ca40b1b7e7ce7ad6178f5efa5af4477f2c1837 /docs/modpython.txt | |
| parent | e9a1e9fed66ba0424b7afa2c13b6ab62ea79efee (diff) | |
Fixed typo in [2311]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
| -rw-r--r-- | docs/modpython.txt | 14 |
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 |
