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 writing models. Is there a way to integrate this existing information? Or do I just have to do trial and error with writing models.py until it matches up with my current tables?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

