Created
October 29, 2013 02:02
-
-
Save laozhu/7208041 to your computer and use it in GitHub Desktop.
让Django连接上MS SQL Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install unixodbc-dev | |
pip install pyodbc | |
pip install django-pyodbc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment