sql server - Linux + Django + SQLServer -


i writing django application needs intereact sqlserver database. use django mssql backend ado.

i trying use in linux machine (centos 6.4), moment not able establish connection.

anyone has suceeded on or knows if possible connect django-mssql linux environment?

note: i've found this question quite old. looking up-to-date answer.

edit: error receiving following. remark linux machine.

django.core.exceptions.improperlyconfigured: 'sqlserver_ado' isn't available database backend.

edit 2: pywin32 requirement django-mssql package. possible workaround linux?

django-mssql works on windows, hence pywin32 dependency (actually, ado windows dependent since it's built on microsoft's activex).

try django-sqlserver. it's based on django-mssql can pass info using python-tds not platform specific.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -