debian Linux 上的 django-mssql

发布于 2024-10-17 15:05:49 字数 148 浏览 2 评论 0原文

有人在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

找个人就嫁了吧 2024-10-24 15:05:49

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

衣神在巴黎 2024-10-24 15:05:49

实际上,ODBC 接口有一个解决方法。

  1. 安装适用于 Linux 的 Microsoft ODBC 驱动程序 1.0< /p>

  2. < p>安装django_pyodbc

  3. 使用 django-pyodbc 配置数据库后端。

我测试过,一切正常。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文