开发者

django forms- register user script

开发者 https://www.devze.com 2022-12-28 04:51 出处:网络
I want to make something like http://www.djangosnippets.org开发者_StackOverflow中文版/accounts/register/

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

精彩评论

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

关注公众号