django syncdb and an updated model

Viewed 51272

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 model. How can I fix this ?

7 Answers
Related