Changes between Version 11 and Version 12 of DjangoOnWindowsWithIISAndSQLServer


Ignore:
Timestamp:
Sep 21, 2006, 7:49:51 AM (18 years ago)
Author:
SFB
Comment:

More tweaking

Legend:

Unmodified
Added
Removed
Modified
  • DjangoOnWindowsWithIISAndSQLServer

    v11 v12  
    22Getting 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.
    33
    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]''
    55
    66=== Steps ===
    77 * Install Python
    88 * 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
    1110 * Configure Django to look at SQL Server
    12  * Test
    13  * Celebrate
    1411
    1512== Install Python ==
Back to Top