I have recently updated my model, added a BooleanField to it however when I do python manage.py syncdb, it doesn\'t add the new field to the database for the mo
python manage.py syncdb
In django 1.6
At first we have run - python manage.py sql
python manage.py sql
Then we have to run - python manage.py syncdb