Revisions
-
shibli049 revised this gist
Oct 29, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,6 @@ sudo apt-get install libmysqlclient-dev #without pip3 it will not going to work for python3 sudo pip3 install mysqlclient # to run django migration python3 manage.py migrate -
shibli049 revised this gist
Dec 5, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ #sudo pip3 install mysqlclient fails with mysql_config not found sudo apt-get install libmysqlclient-dev #without pip3 it will not going to work for python3 sudo pip3 install mysqlclient python3 manage.py migrate -
shibli049 created this gist
Dec 5, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ sudo apt-get install libmysqlclient-dev sudo pip3 install mysqlclient python3 manage.py migrate