Re: Django Simple registration fourm

2013-06-13 Thread TK
If I need one function of registering like: when people type email and name, it generates a pin to send to that email. Then put in the pin, user can begin register with more profound profiles. How can I do it in django? Thanks Karl http://oit.olivetuniversity.edu On Thursday, June 13

Re: Django Simple registration fourm

2013-06-13 Thread Lee Hinde
On Thu, Jun 13, 2013 at 8:54 AM, Jagdeep Singh wrote: > > > On Thursday, 13 June 2013 19:00:57 UTC+5:30, Muhammad Bilal Anjum > Soharwardi wrote: >> >> Can any body give me the code of simple registration form in >> Django-Python? > > > Try this : > > http://code.google.com/p/django-registration/d

Re: Django Simple registration fourm

2013-06-13 Thread Jagdeep Singh
On Thursday, 13 June 2013 19:00:57 UTC+5:30, Muhammad Bilal Anjum Soharwardi wrote: > > Can any body give me the code of simple registration form in Django-Python? Try this : http://code.google.com/p/django-registration/downloads/list?can=1&q= -- You received this message because you are su

Re: Django Simple registration fourm

2013-06-13 Thread Sergiy Khohlov
Hello, "Use the Force, Luke!" in "Star Wars" :-) https://github.com/django/django/blob/master/django/contrib/auth/forms.py You can create your user creating form using UserCreationForm as parent Thanks, Serj +380 636150445 skype: skhohlov On Thu, Jun 13, 2013 at 4:30 PM, Muhammad Bil

Django Simple registration fourm

2013-06-13 Thread Muhammad Bilal Anjum Soharwardi
Can any body give me the code of simple registration form in Django-Python? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups