I'm terribly new and inexperienced, and after 30-40 minutes of
googling I cannot find anything to help my problem:

class roomForm(forms.Form):
        authorName = forms.CharField(max_length = "30")
        authorWebsite = forms.CharField(max_length = "50")
        title = forms.CharField(max_length = "30")
        content = forms.TextField()


That forms.TextField() is getting me an error. I saw and tried various
other things, which were probably legacy stuff, like
TextField(widget=TextArea) or something to that effect.

Anyhow, I appreciate any help.

Also, is this somewhere in the documentation? I couldn't find it.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to