6👍
✅
All of your fields have the she y syntax issue: you used a colon instead of an equals sign. It should be:
set_customer_mails = models.BooleanField(default='1')
etc
Source:stackexchange.com