Django

Code

Changeset 2312

Show
Ignore:
Timestamp:
02/16/06 10:01:59 (3 years ago)
Author:
adrian
Message:

Fixed typo in [2311]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r2311 r2312  
    221221 
    222222The next step should be to edit your test code and add an import of any 
    223 Django-specific you're using -- your views, your models, your URLconf, your RSS 
    224 configuration, etc. Put these imports in your test handler function and access 
    225 your test URL in a browser. If this causes a crash, you've confirmed it's the 
    226 importing of Django code that causes the problem. Gradually reduce the set of 
    227 imports until it stops crashing, so as to find the specific module that causes 
    228 the problem. Drop down further into modules and look into their imports, as 
    229 necessary. 
     223Django-specific code you're using -- your views, your models, your URLconf, 
     224your RSS configuration, etc. Put these imports in your test handler function 
     225and access your test URL in a browser. If this causes a crash, you've confirmed 
     226it's the importing of Django code that causes the problem. Gradually reduce the 
     227set of imports until it stops crashing, so as to find the specific module that 
     228causes the problem. Drop down further into modules and look into their imports, 
     229as necessary. 
    230230 
    231231.. _Expat Causing Apache Crash: http://www.dscpl.com.au/articles/modpython-006.html