1👍
You can use mysqlclient , it supports Python3 .You can read about it in django docs.
0👍
If
pip install MySQL-python
is failing, you can try
easy_install MySQL-python
.
Also install this: sudo apt-get install python-mysqldb
- Django Debug Toolbar Target?
- Django url – No reverse match
- How do I show a django model in admin as a spreadsheet instead of list of objects
- Django jump directly to div
- Django – factory_boy AttributeError: 'NoneType' object has no attribute '_meta'
Source:stackexchange.com