생성할때는 객체를 넘여야 함 조회할때는 id값만 있어도 됨
Model의 ForeignKey는 값이 아닌, 객체를 대입해야 함 self.image = image(X) self.image = Image.objects.get(id=image)(O)