[Answer]-Django Database Module

0👍

MySQLdb is the best way to do this.

1👍

For working inside virtualenv you need to install

pip install MySQL-python==1.2.5

Leave a comment