How To Download django-mssql On Windows

1.8k Views Asked by At

I can't download django-mssql from Google Code there doesn't seem to be a direct download link and the svn wont work for me.

Anybody know a direct download link?

2

There are 2 best solutions below

2
On BEST ANSWER

You can install the latest release from PyPi using pip install django-mssql or easy_install django-mssql. If you aren't using pip already then I would recommend you start.

1
On

The source is under a mercurial repository. If you have a mercurial client installed, you can check it out with the following command:

hg clone https://bitbucket.org/Manfre/django-mssql/ django-mssql