You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
I was following your tutorial to deploy web app using python,,
pip install flask-mysql was giving some errors
I searched google and find flask-mysqldb and it works fine with me
also in app.py I changed "from flask.ext.mysql import MySQL" to from flask.ext.mysqldb import MySQL