Django

Code

Changeset 3139

Show
Ignore:
Timestamp:
06/18/06 12:29:59 (2 years ago)
Author:
adrian
Message:

Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. Thanks, paolo and asmodai

Files:

Legend:

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

    r3137 r3139  
    315315--------------------------------------- 
    316316 
    317     * For Python 2.4, check out this `guide to mod_python & Python 2.3`_. 
     317    * For Python 2.4, grab mod_python from `win32 build of mod_python for 
     318      Python 2.4`_. 
     319    * For Python 2.4, check out this `Django on Windows howto`_. 
    318320    * For Python 2.3, grab mod_python from http://www.modpython.org/ and read 
    319321      `Running mod_python on Apache on Windows2000`_. 
     
    321323      working`_. 
    322324 
    323 .. _`guide to mod_python & Python 2.3`: http://www.lehuen.com/nicolas/index.php/2005/02/21/39-win32-build-of-mod_python-314-for-python-24 
     325.. _`win32 build of mod_python for Python 2.4`: http://www.lehuen.com/nicolas/index.php/2005/02/21/39-win32-build-of-mod_python-314-for-python-24 
     326.. _`Django on Windows howto`: http://thinkhole.org/wp/2006/04/03/django-on-windows-howto/ 
    324327.. _`Running mod_python on Apache on Windows2000`: http://groups-beta.google.com/group/comp.lang.python/msg/139af8c83a5a9d4f 
    325328.. _`guide to getting mod_python working`: http://www.dscpl.com.au/articles/modpython-001.html