Re: set-up and usage of mysql in django
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 the layer called ORM, which maps the DB to Python objects.
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 the layer called ORM, which maps the DB to Python objects.
Feel free to post a more detailed question.
Cheers,
Cheers,
Leo
Leonardo Giordani
Author of The Digital CatMy profile on About.me - My GitHub page - My Coderwall profile
2013/10/21 Mahantesh U <mahant.ullagaddi@gmail.com>
Pls let me know how to use mysql with django with few examples... I'm new to django.--Thanksmahantesh
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6eb46a0-55f5-4328-b46a-db2a577a55dd%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAEhE%2BO%3DSwXxrn-AvWAwzyL_877mPOJKEXSSdoyDR0acepTtOKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home