So my views look like this:
class PostCreateView(CreateView): model = Post fields = [\'title\',\'content\',\'image\', \'status\']
The