zezollo
0
Q:

updateview

class YourView(UpdateView):
	model			= YourModel
    fields			= ['your_fields']
    template_name	= 'your_template.html'
    success_url		= reverselazy('home')
0

New to Communities?

Join the community