How can I connect to SQL Server 2008 R2 with django-mssql?
问题 I cannot figure out why I cannot get django to connect with sql server 2008 r2. I have administrative privileges on our server and on sql server. I have constructed a virtual windows box with windows server 2008 sp2 because I thought I might have some luck with django-mssql. I've tried both django-pyodbc and django-mssql on the windows box but have not yet succeeded. Here are my db settings: DATABASES = { 'default': { 'ENGINE': 'sqlserver_ado', # Have also tried sql_server.pyodbc 'NAME':