Juan Manuel Caicedo Carvajal is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againpymysql-django overview
Recent commits See more »
| Author | Revision | Comments | Message | Labels | Date |
|---|---|---|---|---|---|
|
|
0a04cf95b192 |
Initial version. |
|
pymysql_django
A quick and dirty MySQL backend for Django using PyMySQL.
This is a copy of the original MySQL backend included in Django but using PyMySQL as database driver.
PyMySQL us a pure-Python replacement for MySQLdb that is compatible with most Python implementations.
Please refer to http://www.pymysql.org/ for more information.