2012年10月31日 星期三

When you got Django “no such column” error


You may get this type of error “no such column” when you change the models.
Try this one
$python manage.py reset thenameofyourapp
$python manage.py syncdb