mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
change pymysql version in __init__ to the new django compatible version
This commit is contained in:
parent
728b1e76a7
commit
0933d3bb0a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Add table
Reference in a new issue