Changes between Version 34 and Version 35 of DjangoOnWindowsWithIISAndSQLServer
- Timestamp:
- Apr 1, 2008, 1:43:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoOnWindowsWithIISAndSQLServer
v34 v35 159 159 160 160 == Configure Django to look at SQL Server == 161 At the moment (21st Sept 2006), the Django database backend ado_mssql from SVN trunk isn't fully working. I think the patch 'diff3' attached to this Trac entry looks promising: http://code.djangoproject.com/ticket/2358 161 At the moment (21st Sept 2006), the Django database backend ado_mssql from SVN trunk isn't fully working. I think the patch 'diff3' attached to this Trac entry looks promising: http://code.djangoproject.com/ticket/2358 (_Update:_ MSSQL is broken for Django and there are efforts to remove it from Django Core and place it into an external project that is community maintained. For more information, please look at the google group discussion found at http://tinyurl.com/36fttd ) 162 162 163 163 Alternatively, there is an [http://code.google.com/p/django-mssql/ external sql server backend] that is attempting to keep trunk-Django working against SQL Server. This backend includes an internal copy of the ADODBAPI project mentioned above.