Wiadomość napisana w dniu 2008-10-23, o godz. 08:21, przez web_geek: > I'm running Django-1.0-1.el5 and mysql-5.0.45-7.el5 on a Red Hat > Enterprise Linux 5.2 box. Some how I still confuse what must be done > to set up Django to talk to MySQL. May I ask for your advice about > this here?
You have to install MySQLdb package (I don't know what's the exact name on RHEL, on Ubuntu it's python-mysql) and configure application database settings following http://docs.djangoproject.com/en/dev/ref/databases/#ref-databases -- We read Knuth so you don't have to. - Tim Peters Jarek Zgoda, R&D, Redefine [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

