Re: question about changing model/table names and attributes ... (still learnin')

2009-12-10 Thread Guy
Thanks, for the advice. I am checking it out.To clarify, my table names have changed when I realize styling erros have been incorporated, (ie. capitalization errors, etc). I wouldn't expect the table names to change in the operational db. Thanks again. Guy On Dec 10, 12:32 pm, Shawn Milo

Re: question about changing model/table names and attributes ... (still learnin')

2009-12-10 Thread Shawn Milochik
The current best tool for this is South: http://south.aeracode.org/ You can do complicated data and database migrations smoothly, with the ability to roll-back changes. I don't know why you mention changing table names, since that should never be necessary. But anything is possible. If you're d

question about changing model/table names and attributes ... (still learnin')

2009-12-10 Thread Guy
What is the "best practice" for editing table names or attributes after they have been established by manage.py syncdb? Since I am in the very early stages, I either delete the database and create a new one with syncdb, or manually change the table names (I generally use the SQLite manager plugin