Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法从 Google Code 下载 django-mssql 似乎没有直接下载链接,并且 svn 对我不起作用。
谁知道直接下载链接?
您可以使用或从PyPi安装最新版本。如果您还没有使用pip,那么我建议您开始。pip install django-mssqleasy_install django-mssql
pip install django-mssql
easy_install django-mssql
源代码位于mercurial 存储库下。如果您安装了 mercurial 客户端,则可以使用以下命令进行检查:
hg clone https://bitbucket.org/Manfre/django-mssql/ django-mssql