On Fri, Jun 24, 2011 at 3:00 PM, CareerDhaba tech <t...@careerdhaba.com> wrote: > I am very new to Django just started working around with forms. I have been > facing difficulty in getting a user registered. Anyways i was following > steps given in James Bennet blog. > > http://www.b-list.org/weblog/2006/sep/02/django-tips-user-registration/
This is an incredibly old example, and it's written using Django's old form system. I suggest you start with the official docs: https://docs.djangoproject.com/en/1.3/topics/forms/ In general, the official docs are going to be better than most of what you find randomly online, especially for basic stuff like "how do I use forms?" Try to get familiar with the official docs and how to move around and find things in 'em and I think you'll find most of what you're looking for there. Jacob -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.