Possible solution would be change the docs to specify that django has a
dependncy on mysql.connector.python, and suggest the appropriate backend.
I know this connector is external, but so is MySQLdb.
Personally i would recommend to alter the code that runs "import MySQLdb"
to include an exception that checks if python version is > 3 and return a
message asking the user to install the correct module. Asking to install
MySQLdb from python3 users is confusing.
Apologies if this is a diplicate
--
Ticket URL: <https://code.djangoproject.com/ticket/25111>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Never mind I should have read the docs that tell me to load mysqlclient
and everything works
--
Ticket URL: <https://code.djangoproject.com/ticket/25111#comment:1>