Re: How to integrate existing MySQL data

2006-12-11 Thread Jacob Kaplan-Moss
On 12/11/06 6:43 PM, Dan C wrote: > Ok, have been following along in the Django book and got to the > database chapter. I understand generating the table code and syncing by > defining the models in models.py. But I did things backwards. I created > a database of a few tables that I hoped to use f

How to integrate existing MySQL data

2006-12-11 Thread Dan C
Ok, have been following along in the Django book and got to the database chapter. I understand generating the table code and syncing by defining the models in models.py. But I did things backwards. I created a database of a few tables that I hoped to use for my Django app before thinking about wri