how to solve error “’NoneType’ object has no attribute ‘day’” in django application
I noticed this error in my application, “‘NoneType’ object has no attribute ‘day'”. What I have noticed about it is that. I have a model named course_schedule, the course schedule has an …