I use Django dev(1.6.x) from git repo and I want to use MySQL , But on the settings.py
file can not setup MySQL because MySQL is not supported in python3 and Django, So I used pymysql package on python3.x without any problem but in Django can not setup that on settings.py
too.
Can I use mysql(or pymysql or ?) on django with python3 ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…