Changes between Version 40 and Version 41 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Nov 28, 2008, 4:46:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v40 v41 8 8 === Steps === 9 9 * Install Python 10 * Install Python Win32 extensions, as they are required by PyISAPie 10 11 * Install PyISAPIe - an extension for IIS to connect Python with IIS 11 12 * Install Django and connect Django to PyISAPIe 12 * Install Python Win32 extensions, as they are required by...13 13 * ADODB-API - the Python / SQL Server driver 14 14 * Configure Django to look at SQL Server … … 18 18 == Install Python == 19 19 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. 20 23 21 24 == Install PyISAPIe - an ISAPI extension for IIS == … … 159 162 * ''I had to create a "media" virtual directory for the stylesheets, etc, at the root of my IIS directory tree (urgh) with read permissions to get the admin site to load styles. Looking at the source for the admin page in my browser, the stylesheet link is absolute (/media/...) [rnm]'' 160 163 161 == Install the PyWin32 Extensions ==162 Just a download and install for this bit - Pick them up from http://sourceforge.net/project/showfiles.php?group_id=78018163 164 164 == Configure Django for SQL Server == 165 165 There are two external Django database backends for SQL Server: