Re: FailedDryRun-South exeption on migration

2013-05-14 Thread Tom Evans
On Tue, May 14, 2013 at 1:02 PM, Giorgos Kontogiorgakis wrote: > Thank for all this but i did something terrible and i am afraid of losing > all the work i did! > I was trying to make the dependecies between my tables as i said before!I > was trying to solve this and i

Re: FailedDryRun-South exeption on migration

2013-05-14 Thread Giorgos Kontogiorgakis
Thank for all this but i did something terrible and i am afraid of losing all the work i did! I was trying to make the dependecies between my tables as i said before!I was trying to solve this and i used "./manage.py migrate myapp 0001" and now i lost everything,my database is empty and i can't

Re: FailedDryRun-South exeption on migration

2013-05-14 Thread Tom Evans
On Tue, May 14, 2013 at 12:20 PM, Giorgos Kontogiorgakis wrote: > Hi, > > i have this model > > class Linkmap(models.Model): > vpathid = models.IntegerField(db_column='VPathID') # Field name made > lowercase. > interfacein = models.CharField(max_length=20L,

FailedDryRun-South exeption on migration

2013-05-14 Thread Giorgos Kontogiorgakis
Hi, i have this model class Linkmap(models.Model): vpathid = models.IntegerField(db_column='VPathID') # Field name made lowercase. interfacein = models.CharField(max_length=20L, db_column='InterfaceIn') # Field name made lowercase. #Every Link belongs to a LinkMap #links =