change pymysql version in __init__ to the new django compatible version

This commit is contained in:
Jonathan Math 2021-01-19 09:45:32 -05:00
parent 728b1e76a7
commit 0933d3bb0a

View file

@ -9,4 +9,4 @@ __all__ = ['celery_app']
import pymysql
pymysql.install_as_MySQLdb()
pymysql.version_info = (1, 3, 13, "final", 0)
pymysql.version_info = (1, 4, 6, 'final', 0)