I want to make something like http://www.djangosnippets.org开发者_StackOverflow中文版/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
You might be interested in http://bitbucket.org/ubernostrum/django-registration/. This pretty much takes much of the guesswork out of user registration. It even supports email verification and a few other advanced features. If this isn't what you are looking for than perhaps the source code might be able to help you out.
精彩评论