1👍
✅
For MySql Python installation in windows, use this, which is 32/64 bit Windows binaries of mysql python. Installation is easy, just do this:
pip install some-package.whl
And if you use sqlite instead of mysql, it shouldn’t hamper your progress of learning Django. If you want to see table structures and data from db, use sqlite manager or similar plugins to view them.
Source:stackexchange.com