In my Django project, I have this view:
def create_format(request, **kwargs): if request.method == \'POST\': form = FormatUpdateForm(request.POST)