Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18380 closed Cleanup/optimization (fixed)

Improve installation instructions for MySQLdb

Reported by: Slowfamily Owned by: juanriaza
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: juanriaza Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Maybe this is not so relevant since my system's so old, but I had to run "pip install MySQL-python" in order for Django 1.4 to run "python manage.py syncdb" successfully when trying to use mySQL. Thought that might be nice to add to the documentation if there are issues running Django with MySQL.

Change History (8)

comment:1 by Aymeric Augustin, 12 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

The need for a database adapter is documented here: https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#get-your-database-running

However there's just a link to the sourceforge page for MyQSL-python, not to actual installation instructions. We can improve this.

comment:2 by Aymeric Augustin, 12 years ago

Summary: Running Django on OSX 10.4.11Improve installation instructions for MySQLdb

comment:3 by juanriaza, 12 years ago

Owner: changed from nobody to juanriaza

comment:4 by juanriaza, 12 years ago

Cc: juanriaza added

comment:6 by Juan Riaza <juanriaza@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [bac6a68064309eb8e9ad81ad10e983b40273a52f]:

Fixed #18380 -- Improve installation instructions for MySQLdb

comment:7 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

In [10a9c260fcf659a855da2850e09820b1c38e5cee]:

Merge pull request #117 from juanriaza/master

Fixed #18380 -- Improved installation instructions for MySQLdb.

comment:8 by Aymeric Augustin, 12 years ago

We decided to just give the name of the package that's pip-installable, since we couldn't find a page on the Internet that explains how to install MySQLdb, and the README is as unfriendly as it gets.

Note: See TracTickets for help on using tickets.
Back to Top