开发者

Creating a User Registration Page using MongoEngine

开发者 https://www.devze.com 2023-02-04 20:15 出处:网络
I am currently working an a开发者_开发百科 webapp, using mongoengine and django, which will require users to create an account from a registration page. I know MongoEngine has an authentication backen

I am currently working an a开发者_开发百科 webapp, using mongoengine and django, which will require users to create an account from a registration page. I know MongoEngine has an authentication backend, but does it also include a registration form, etc..., like django itself does? If not, are there any example projects which show how to implement this? The only open-source mongoengine project I've found is django-mumblr, but I can't find the examples I want in it.

I'm not interested in alternative options, such as MongoKit or mango for handling authentication.

I am just getting started with django and mongoDB, so please excuse my lack of knowledge. Thanks in advance for the help!


Not tried it out yet, but https://github.com/lig/django-registration-me by http://twitter.com/#!/lig1 looks like it could be a good bet.

0

精彩评论

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