django-mssql on debian linux

2019-10-03 23:22发布

Anyone has success on install django-mssql on linux machine? My deploy server is debian linux and I cant deploy my applications made on windows machine.

I have troubes on my legacy latin1 database on acess it from pyodbc on django, Anyone has a solve to it?

2条回答
时光不老,我们不散
2楼-- · 2019-10-04 00:04

Pywin32 is a requirement. I don't believe there is a way of getting that installed and working on debian linux.

Django-mssql requirements

查看更多
相关推荐>>
3楼-- · 2019-10-04 00:08

Actually,there is a workaround with ODBC interface.

  1. Install Microsoft ODBC Driver 1.0 for linux

  2. Install django_pyodbc.

  3. Configure your database backend with django-pyodbc.

I've tested,everything works just fine.

查看更多
登录 后发表回答