[Answered ]-Adding columns with add_to_class()?

2👍

You need to run syncdb or if it’s an existing table, you’ll need to create a migration with South, or manually alter the table yourself to match the model changes introduced by add_to_class.

Leave a comment