Grupo Django: > I'm programming a website in django and I'd > like to know more about newfors, since I left > the forms to the end, but now I have to start > with them.
I think newforms is almost production-ready and would advise anyone starting a new project to consider using it in favor of oldforms. There are some good examples to follow in the regression tests, in the documentation and at the djangosnippets.org site. enquest: > I only find it hard solve problems as there > arn't docs about it and I'm still beginning > python! enquest, your job is a little harder because you're still learning Python. But don't despair! Try to work out small examples from the resources above. Post *small* coding problems here (perhaps linked to your code posted on dpaste.com) and you'll probably get answers to your questions. Good luck. Have fun. -- Jeff Bauer Rubicon, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

