mysite/restaurants/forms.py. from django import forms class CommentForm(forms.Form): user = forms.CharField(max_length=20) email = forms.
確定! 回上一頁