Top "Flask-mysql" questions

Problems with flask and bad request

I was programming myself a pretty nice api to get some json data from my gameserver to my webspace using …

flask angular5 flask-mysql
error: Skipping analyzing 'flask_mysqldb': found module but no type hints or library stubs

I am using Python 3.6 and flask. I used flask-mysqldb to connect to MySQL, but whenever I try to run mypy …

python mypy flask-mysql