Django Database Module -
I am developing a system that requires connecting to the remote MySQL database on the fly to do a particular task. To accomplish this, I'm thinking of using the MySQL-db module in Python. Since the remote database is not part of the system, I do not like to add it to the system core database settings (database settings UP). Using the MySQL-db module, is there a better way to accomplish this? Is there a built in the Django module that I can use?
To work inside Virtualenv, you must "/ P>
install PIP MySQL-Python == 1.2.5
Comments
Post a Comment