Django Forms Help needed

Posted by user320993 on Stack Overflow See other posts from Stack Overflow or by user320993
Published on 2010-04-27T07:33:13Z Indexed on 2010/04/27 7:53 UTC
Read the original article Hit count: 329

Filed under:
|

Hi All, Im new to django and trying to make a user registration form with few validations. Apart from this I also want a username suggestion code which will tell the user if the username he is trying to register is available or already in use. Then it should give few suggestions that might be available to choose from. Can anyone who might have worked on the same or somewhat same project help me with this.

Thanks

© Stack Overflow or respective owner

Django Forms Help needed

Posted by user320993 on Stack Overflow See other posts from Stack Overflow or by user320993
Published on 2010-04-27T06:57:18Z Indexed on 2010/04/27 7:03 UTC
Read the original article Hit count: 329

Filed under:
|

Hi All, Im new to django and trying to make a user registration form with few validations. Apart from this I also want a username suggestion code which will tell the user if the username he is trying to register is available or already in use. Then it should give few suggestions that might be available to choose from. Can anyone who might have worked on the same or somewhat same project help me with this.

Thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about django-forms