django forms- register user script

Posted by itsandy on Stack Overflow See other posts from Stack Overflow or by itsandy
Published on 2010-04-28T02:45:44Z Indexed on 2010/04/28 2:53 UTC
Read the original article Hit count: 333

Hi all, I want to make something like http://www.djangosnippets.org/accounts/register/ using django..the register form. I am new to django. i have made a simple view form using django forms but unable o understand how to connect my form to a database. Im using postgresql. is there an easy way to use some snippet or script to achieve this.

Please Help

© Stack Overflow or respective owner

Related posts about django

Related posts about django-forms