debian Linux 上的 django-mssql
有人在 Linux 机器上成功安装 django-mssql 吗?我的部署服务器是 debian linux,我无法部署在 Windows 机器上制作的应用程序。
我在 django 上从 pyodbc 访问我的遗留 latin1 数据库时遇到了问题,有人能解决吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Pywin32 是必需的。我不相信有办法在 debian linux 上安装并运行它。
Django-mssql 要求
Pywin32 is a requirement. I don't believe there is a way of getting that installed and working on debian linux.
Django-mssql requirements
实际上,ODBC 接口有一个解决方法。
安装适用于 Linux 的 Microsoft ODBC 驱动程序 1.0< /p>
使用 django-pyodbc 配置数据库后端。
我测试过,一切正常。
Actually,there is a workaround with ODBC interface.
Install Microsoft ODBC Driver 1.0 for linux
Install django_pyodbc.
Configure your database backend with django-pyodbc.
I've tested,everything works just fine.