django-simple-email-confirmation icon indicating copy to clipboard operation
django-simple-email-confirmation copied to clipboard

Add example to show usage without mixin

Open johnfrancisgit opened this issue 8 years ago • 5 comments

There should be an example on how to use this module without adding the mixin to the user model.

johnfrancisgit avatar Aug 06 '16 12:08 johnfrancisgit

Thanks, I will look into it

mdamien avatar Aug 08 '16 17:08 mdamien

Hi, See this pull request #28 there is a wrong documentation so you need to import SimpleEmailConfirmationUserMixin like this

from simple_email_confirmation.models import SimpleEmailConfirmationUserMixin

luisza avatar Aug 20 '16 15:08 luisza

Merged it :+1: thanks !

mdamien avatar Aug 23 '16 15:08 mdamien

oops, no, I merged a fix for the doc, not a usage without the Mixin

mdamien avatar Aug 23 '16 15:08 mdamien

Sorry my fault, I understand wrong your question. I was searching in mixin and there is a lot of functions on it so I don't think there is possible.

luisza avatar Aug 23 '16 18:08 luisza