Re: Changing the structure of an already running site

2009-02-05 Thread Alex Gaynor
On Thu, Feb 5, 2009 at 11:52 AM, felix wrote: > try deseb > > http://code.google.com/p/deseb/ > > Its ... magic (good and bad. mostly good in this case) > > I simply run: > > ./manage.py evolvedb > > and the SQL to be run is shown to me with the option to run it > > > and then the option to sav

Re: Changing the structure of an already running site

2009-02-05 Thread felix
try deseb http://code.google.com/p/deseb/ Its ... magic (good and bad. mostly good in this case) I simply run: ./manage.py evolvedb and the SQL to be run is shown to me with the option to run it and then the option to save it as a schema evolution. the idea is that you would run it on you

Re: Changing the structure of an already running site

2009-02-04 Thread phyl.jack...@gmail.com
Thanks Karen, that post is exactly what I was after. I can go and set one of those projects up if I need to. Phil On 4 Feb, 15:53, Karen Tracey wrote: > On Wed, Feb 4, 2009 at 10:46 AM, phyl.jack...@gmail.com < > > phyl.jack...@gmail.com> wrote: > > > Im fairly new to django and new to database

Re: Changing the structure of an already running site

2009-02-04 Thread Karen Tracey
On Wed, Feb 4, 2009 at 10:46 AM, phyl.jack...@gmail.com < phyl.jack...@gmail.com> wrote: > > > Im fairly new to django and new to databases in general and Im just > trying to work out how Im going to make changes to my website once its > up and running. > Im using mySQL, any time i add a field to