linea-it / masterlist

Django app to handle list of objects
MIT License
1 stars 0 forks source link

Does changing the columns on a large list cause problems? #5

Closed bnord closed 8 years ago

bnord commented 8 years ago

If I put in all the candidates, then we want to add or remove columns, will that break this?

campisano commented 8 years ago

If the new column is mandatory, the update.sh script (more exactly, the manage.py migrate tool) will ask you to define a default value for this column. Django usually help a lot taking care of the DB.