Re: django "Unknown column 'inventory_machine.serial_num error

2009-06-17 Thread Dan Sheffner
This was because I had bad sys.path.append directories hidden in a global file. Fixed this to point to right directory and all problems went away. Wish I had the last 24 hrs back though :( On Tue, Jun 16, 2009 at 6:26 PM, thesheff wrote: > I have cleaned up my model view and I thought for sure

django "Unknown column 'inventory_machine.serial_num error

2009-06-16 Thread thesheff
I have cleaned up my model view and I thought for sure that serial_num field is gone. I have dropped the db and re-created the db with ./ manage.py syncdb but I still get the below error message. It seems like it is cached somewhere. I had this working before I modified the models.py. When I do