Re: How to migrate a project from one DB to another

2014-01-09 Thread Don Fox
Thanks for responding. Regarding the small project, I initial tried it but it appeared to no go well with sqlite3. I need to move over to postgresql soon but first need to resolve a couple of other issues first. Thanks again for the response. Don On Sun, Dec 29, 2013 at 3:53 AM, Timothy W. Cook

Re: How to migrate a project from one DB to another

2013-12-29 Thread Timothy W. Cook
I recommend using South http://south.aeracode.org/ and just follow the tutorial as if it is a new project. Do you need to migrate data as well as the schema? That may require more manual intervention. HTH, Tim On Sun, Dec 29, 2013 at 3:10 AM, Don Fox wrote: > I've started a small project an