reduced size image not shown while big image works
问题 I really have no idea why it won't work, I did exactly same as other tutorials. Maybe the way I'm extracting image is the problem. I'm using imagekit and goose. Any help would be appreciated. Here is my Full Code for this problem . class PostCreateView(CreateView): model = Post form_class = PostForm template_name = 'main/add_post.html' def form_valid(self, form): self.object = form.save(commit=False) # any manual settings go here self.object.moderator = self.request.user self.object.image =