How to show image from Imagefield in Django admin.¶. In your Hero model, you have an image field.: headshot = models.ImageField(null=True, blank=True, ...
確定! 回上一頁