Display images in Django

前端 未结 5 896
遇见更好的自我
遇见更好的自我 2020-12-11 05:53

I have a django app which allows users to submit an image with it. Right now my model looks like

class Posting(models.Model):
    title = models.CharField(m         


        
5条回答
提交回复
热议问题