-
-
Save andreymeretsky/98d9c6884b38554c1feff8be3b811990 to your computer and use it in GitHub Desktop.
Install mysqlclient for python3
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 libmysqlclient-dev | |
sudo pip3 install mysqlclient | |
python3 manage.py migrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment