Changes between Version 42 and Version 43 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Jun 12, 2009, 9:49:25 PM (15 years ago)
Author:
anonymous
Comment:

PyISAPIe does NOT require PyWin32! Also, a lot of this needs to be updated.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v42 v43  
    88=== Steps ===
    99 * Install Python
    10  * Install Python Win32 extensions, as they are required by PyISAPie
    1110 * Install PyISAPIe - an extension for IIS to connect Python with IIS
    1211 * Install Django and connect Django to PyISAPIe
     
    1817== Install Python ==
    1918A simple download and install for this bit, so open http://www.python.org/ and look for "Quick Links" -> "Windows Installer" in the menu on the left. Download and run it, following the wizard steps until it is complete.
    20 
    21 == Install the PyWin32 Extensions ==
    22 Just a download and install for this bit - Pick them up from http://sourceforge.net/project/showfiles.php?group_id=78018.
    2319
    2420== Install PyISAPIe - an ISAPI extension for IIS ==
Back to Top