In this article we've learned how Models are defined, and then used this inforMation to design and iMpleMent appropriate Models for the LocalLibrary website....blank=True) LOAN_STATUS = ( ('m', 'Maintenance'), ('o', 'On loan')...choices=LOAN_STATUS, blank=True, default='m', help_text='Book availability'...