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?
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?
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
You can install the latest release from PyPi using
pip install django-mssql
oreasy_install django-mssql
. If you aren't using pip already then I would recommend you start.