forms.py from django import forms from .models import Product class ... This will create form fields for each field in the Product model.
確定! 回上一頁