Sto cercando di iniziare con South. Avevo un database esistente e ho aggiunto South ( syncdb
, schemamigration --initial
).
Quindi, ho aggiornato models.py
per aggiungere un campo ed eseguito ./manage.py schemamigration myapp --auto
. Sembrava trovare il campo e ha detto che avrei potuto applicarlo con ./manage.py migrate myapp
. Ma farlo ha dato l'errore:
django.db.utils.DatabaseError: table "myapp_tablename" already exists
tablename
è la prima tabella elencata in models.py
.
Sto correndo Django 1.2, a sud 0.7