connecting to existance mysql

2012-10-09 Thread Lewis
Hello, I have website that build in php and have the database exists, what is the process in using django to connect the existance mysql database? is there tutorial about this process? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: connecting to existance mysql

2012-10-09 Thread Lee Hinde
On Tue, Oct 9, 2012 at 8:58 AM, Lewis wrote: > Hello, > I have website that build in php and have the database exists, what is the > process in using django to connect the existance mysql database? is there > tutorial about this process? https://docs.djangoproject.com/en/1.4/howto/legacy-database

Re: connecting to existance mysql

2012-10-09 Thread carlos
first https://docs.djangoproject.com/en/dev/howto/legacy-databases/#auto-generate-the-models cheer On Tue, Oct 9, 2012 at 10:02 AM, Lee Hinde wrote: > On Tue, Oct 9, 2012 at 8:58 AM, Lewis wrote: > > Hello, > > I have website that build in php and have the database exists, what is > the > > pr