[Django]-Django with a SQL Server database

3👍

Looks like there’s some decent resources out there:

http://code.google.com/p/django-mssql/

http://code.google.com/p/django-pyodbc/

https://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer

I personally don’t have experience with it, and the backporting of your models from db->code could possibly be a painful step. Also, it seems like most of these packages want to work with sqlserver 2000 or 2005, so hopefully you are not using 2008.

Leave a comment