On Fri, 2008-07-18 at 01:37 +0530, Ramdas S wrote:
> Hi,
>
> Just recd notice that Dreamhost is officially supporting Django.
> Anyone has tried it out lately. I've had extremely bad expeirence with
> Fast CGI a year back.
Can anybody who is in a position to check this out please look at one
thing in particular: assuming the default database is still MySQL, which
version of the python MySQLdb wrapper are they using? If
>>> import MySQLdb
>>> MySQLdb.version_info
doesn't say something like (1, 2, 1, 'final', 2) or (1, 2, 2, 'final',
0), then it's going to be problematic for them. Previously, Dreamhost
had been running a much older version of MySQLdb and I'd be very
interested in knowing for certain that they've upgraded at some point in
the past 12 months.
Regards,
Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---