This forum is no longer active. Please post your questions to our new community site
DjangoStack and MySQLdb module
|
|
I was under the impression that BitNami stacks were complete, independent AND integrated. The DjangoStack includes MySQL, but is Django integrated with MySQL? It seems like MySQLdb is missing from the stack, or have I missed something? |
|
|
As a further note, I meant the DjangoStack for OS X (Mac x86). Thx. |
|
|
Hi, DjangoStack also ships the MySQLdb module. Are you are having any problem? Try the following: 1. Go to your installation_directory from your terminal. If you do not see any error, the MySQLdb module is successfully installed. Cheers. |
|
|
I think I have a related problem. As the original poster says, MySQL says its initial root password is empty. I’m trying to log in at the command line to create databases and stuff, and I get this [jstoner@erzulie]> ./bin/mysql -u root so I suppose you guys set your own default password as part of the install. I tried copying your lines into setup.py (which I think is what you meant) and ran manage.py like the django instructions say, and got [jstoner@erzulie]> ../../python/bin/python manage.py syncdb Not sure how to get in and create my databases so I can enjoy the django goodness. Any ideas? |
|
|
|

