[Answer]-How to get initial parameters during updating a form in Django with TemplateView

1👍

Try use CBV(CreateView), and then use initial and def get_initial(self):

See this link, I think this can help you. Section 9-11 and 9-12.

Leave a comment