Re: MySQL queries-connection to django

2015-10-29 Thread Dheerendra Rathor
Hi, Django docs discuss about mysql connection here https://docs.djangoproject.com/en/1.8/ref/databases/#mysql-db-api-drivers On Fri, 30 Oct 2015 at 07:12 Sid wrote: > So there is any way before creating model we can connect django sql server > 2012 > > > On Wednesday, October 28, 2015 at 11:18:

Re: MySQL queries-connection to django

2015-10-29 Thread Sid
So there is any way before creating model we can connect django sql server 2012 On Wednesday, October 28, 2015 at 11:18:37 PM UTC-4, Mike Dewhirst wrote: > > On 29/10/2015 7:00 AM, Sid wrote: > > I am new to DJANGO... > > You can connect to your database using Django but first Django needs to

Re: MySQL queries-connection to django

2015-10-28 Thread Mike Dewhirst
On 29/10/2015 7:00 AM, Sid wrote: I am new to DJANGO... You can connect to your database using Django but first Django needs to have a model of each table in your database so it knows what to look for. https://docs.djangoproject.com/en/1.8/howto/legacy-databases/ There is a management comma