Changes between Version 11 and Version 12 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Sep 21, 2006, 7:49:51 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v11 v12 2 2 Getting Django to run on Windows, with pages served by IIS, and a SQL Server backend. Assume Windows Server 2003, IIS 6 and SQL Server 2005 where no versions are specified. You should already have Windows, IIS and SQL installed and working before following this guide. 3 3 4 '''''Note:''' This doesn't appear to work with Django 0.91 (the pyisapie.py handler is written to the refactored APIs in 0.92 and later)[SF]''4 '''''Note:''' This doesn't work with Django <=0.91 as the IIS extenstion is written to the APIs in Django >=0.92 [SF]'' 5 5 6 6 === Steps === 7 7 * Install Python 8 8 * Install PyISAPIe - an extension for IIS to connect Python with IIS 9 * Install Django 10 * Connect up Django with PyISAPIe 9 * Install Django and connect Django to PyISAPIe 11 10 * Configure Django to look at SQL Server 12 * Test13 * Celebrate14 11 15 12 == Install Python ==