Django Class based UpdateView with Form for Multiple Uploaded Files
问题 I have two questions in regards to the problem I am currently facing: Is it best practice in django to overwrite the post method in the CreateView? If it isn't do you write a form _valid function on the CategoryFullForm or in the CreateView and how would it look? The CreateView currently works great, but want to make sure there isn't a better way to do this. If this is best practice, how would you override the get function in the UpdateView so you would be able to edit the files that relate