On Sat, Jan 16, 2010 at 7:56 PM, Praveen wrote:
You seem to have forgotten to ask a question, provide an answer or start a
thread of conversation.
Malcolm
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to d
urls.py
url(r'^accounts/register/$',register,
{'form_class':RegForm},name='registration_register'),
form.py
---
from registration.forms import *
class RegForm(RegistrationForm):
"""
"""
fullname = forms.RegexField(regex=r'^\w+$',
2 matches
Mail list logo