django-simple-email-confirmation
django-simple-email-confirmation copied to clipboard
Add example to show usage without mixin
There should be an example on how to use this module without adding the mixin to the user model.
Thanks, I will look into it
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
Merged it :+1: thanks !
oops, no, I merged a fix for the doc, not a usage without the Mixin
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.