Not a problem. I'd also *highly* recommend running through the django tutorial. I can't understate how amazing it really is in getting people up to speed on the terms, thoughts and practices encouraged by the django framework. Really is great. I actually have my Dad running through it as well, and he even likes it :P
On Mon, Dec 6, 2010 at 10:30 AM, jc <[email protected]> wrote: > Oh my gosh, are kidding me?!? This *is* a major bonus of using an ORM. > Wow... > > Thanks for the reply back. I'll make sure I direct my django questions > over at the django group from now. > > thanks again! > j. > > On Dec 6, 8:28 am, "Brian O'Connor" <[email protected]> wrote: > > 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]> > <satchmo-users%2bunsubscr...@goog legroups.com> > > > . > > > 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]<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.
