Changes between Version 42 and Version 43 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Jun 12, 2009, 9:49:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v42 v43 8 8 === Steps === 9 9 * Install Python 10 * Install Python Win32 extensions, as they are required by PyISAPie11 10 * Install PyISAPIe - an extension for IIS to connect Python with IIS 12 11 * Install Django and connect Django to PyISAPIe … … 18 17 == Install Python == 19 18 A 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.23 19 24 20 == Install PyISAPIe - an ISAPI extension for IIS ==