开发者

django forms- register user script

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜