I always just go to mysql and use Alter Table commands via the command line .. to sync it up to whatever changes I've made.
On Aug 24, 10:50 am, Stodge <[EMAIL PROTECTED]> wrote: > While prototyping my models.py, I often have tweak it to try different > ideas out. This means I have to wipe the whole database and rerun > manage syncdb - and I have to re-enter the admin information. > > Is there an easy way to re-synch the database without wiping it so it > can somehow apply the SQL changes automatically? > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

