AttributeError: 'int' object has no attribute 'lower ...
https://github.com/capless/kev/issues/2706.04.2017 · TestDocument (name = 'Kevin Ismyfriend', is_active = True, no_subscriptions = 3, state = 'NC', gpa = 3.25) In [11]: kevin Out [11]: < TestDocument: Kevin Ismyfriend: None > In [12]: kevin. save () -----AttributeError Traceback (most recent call last) < ipython-input-12-e3970196d46e > in < module > () ----> 1 kevin. save () / Users / rjones / Projects / RedString / env …