Re: set-up and usage of mysql in django

2013-10-20 Thread Leonardo Giordani
What is your exact problem? If you need to use a MySQL server you just need to put the server address and credentials in your settings.py file, then run manage.py syncdb, just like you do with the development server. Everything you did in the tutorial (you did it, right?) is still valid, thanks to

set-up and usage of mysql in django

2013-10-20 Thread Mahantesh U
Pls let me know how to use mysql with django with few examples... I'm new to django. Thanks mahantesh -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-us