I don\'t know what\'s going on here... I just want to check the value of a model field and then update it accordingly... any help or insight is appreciated!
model:>
The error is "unSUBscriptable". Your user_profile object isn't a dictionary. Use user_profile.beta, not user_profile['beta'].
user_profile.beta
user_profile['beta']