Many times when creating forms in Django, we can use an instance of our ModelForm ... form = OurCustomForm(request.POST) if form.is_valid():
確定! 回上一頁