Re: When does syncd create new tables

2010-02-06 Thread Dennis Kaarsemaker
On do, 2010-02-04 at 11:31 -0800, Joakim Hove wrote: >c) I tried to recreate the tables with "./manage.py syncdb" - > but to no avail, nothing happened? syncdb only creates new tables and does not modify the schema of existing ones. > Any tips on what I am doing wrong greatly appreciated

When does syncd create new tables

2010-02-04 Thread Joakim Hove
Hello, I am developing my models. I have quite a lot of legacy data which I have to take into account, so I try hard to understand the logic of syncdb. My current situation is as follows: 1. I had written the model defintion of several models in Python and created the corresponding tables with