This is more of a django question, but all you need to do is switch the settings in the settings.py file, and sync the db.
That's one of the major bonus' of using ORM's - switching is usually painless. On Mon, Dec 6, 2010 at 8:16 AM, jc <[email protected]> wrote: > If I started a project with SQLite and then decided I might need/want > MySQL as my database what are my options of changing over to MySQL? My > guess is that I would have to start a new project (using MySQL this > time) and add the needed changes to the code. Is there an even easier > way to do this? I'm curious and would like to know my options. > > Thanks, > J. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Brian O'Connor -- You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en.
