7👍
You just forget to add parentheses () after BooleanField
. So, add them:
userShare = models.BooleanField()
Source:stackexchange.com
7👍
You just forget to add parentheses () after BooleanField
. So, add them:
userShare = models.BooleanField()