Creating a User Registration Page using MongoEngine
Posted
by
Drew Watkins
on Stack Overflow
See other posts from Stack Overflow
or by Drew Watkins
Published on 2011-01-17T02:47:05Z
Indexed on
2011/01/17
2:53 UTC
Read the original article
Hit count: 204
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!
© Stack Overflow or respective owner