How to clear an image field in django forms?

后端 未结 0 1352
半阙折子戏
半阙折子戏 2020-12-11 12:38

So my views look like this:

class PostCreateView(CreateView):
    model = Post
    fields = [\'title\',\'content\',\'image\', \'status\']

The

相关标签:
回答
  • 消灭零回复
提交回复
热议问题