Course : Django with Python Premium
Mentor : Jatin Katyal
Errors are :
img = models.ImageField(upload_to = ‘images/’)
It show error install pillow after installing pillow again it show error ‘you are trying
to add a non-nullable field ‘img’ to tablename wthout a default : after using default = True same error again’
last_modified = models.DateTimeField(auto_now_add = True)
it also show error " TypeError : expected string or bytes-like object "